Skip to content

Commit 1642d17

Browse files
authored
typo (#267) (#268)
Signed-off-by: yinghao.zou <[email protected]>
1 parent cda2c11 commit 1642d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Status(code=0, message='OK')
260260
### Drop an index
261261

262262
```python
263-
# Drop an index of a spacific field "Vec"
263+
# Drop an index of a specific field "Vec"
264264
>>> status = client.drop_index('test01', "Vec")
265265
Status(code=0, message='OK')
266266
```

0 commit comments

Comments
 (0)