mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
Fixing a comment typo
This commit is contained in:
parent
d12ef576fc
commit
3de5161dd8
@ -10,7 +10,7 @@ pub struct PositionMap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl PositionMap {
|
impl PositionMap {
|
||||||
/// insert `id` at the specified `position` updating the other position if a shit if caused by
|
/// insert `id` at the specified `position` updating the other position if a shift is caused by
|
||||||
/// the operation. If `id` is already present in the position map, it is moved to the requested
|
/// the operation. If `id` is already present in the position map, it is moved to the requested
|
||||||
/// `position`, potentially causing shifts.
|
/// `position`, potentially causing shifts.
|
||||||
pub fn insert(&mut self, id: FieldId, position: IndexedPos) -> IndexedPos {
|
pub fn insert(&mut self, id: FieldId, position: IndexedPos) -> IndexedPos {
|
||||||
|
Loading…
Reference in New Issue
Block a user