Skip to content

Commit

Permalink
typo (#267) (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: yinghao.zou <[email protected]>
  • Loading branch information
BossZou authored Oct 19, 2020
1 parent cda2c11 commit 1642d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Status(code=0, message='OK')
### Drop an index

```python
# Drop an index of a spacific field "Vec"
# Drop an index of a specific field "Vec"
>>> status = client.drop_index('test01', "Vec")
Status(code=0, message='OK')
```
Expand Down

0 comments on commit 1642d17

Please sign in to comment.