Skip to content

Commit

Permalink
Fix spelling error (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scaled-Vision authored and mdouze committed Sep 2, 2019
1 parent f61e622 commit 8b68260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IndexFlat.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct IndexFlat: Index {
const idx_t *labels) const;

/** remove some ids. NB that Because of the structure of the
* indexing structre, the semantics of this operation are
* indexing structure, the semantics of this operation are
* different from the usual ones: the new ids are shifted */
size_t remove_ids(const IDSelector& sel) override;

Expand Down

0 comments on commit 8b68260

Please sign in to comment.