mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
chore: fix some typos in conments
Signed-off-by: redistay <wujunjing@outlook.com>
This commit is contained in:
parent
92a049c2dd
commit
182cb42953
6 changed files with 7 additions and 7 deletions
|
@ -42,7 +42,7 @@ fn quoted_by(quote: char, input: Span) -> IResult<Token> {
|
|||
)));
|
||||
}
|
||||
}
|
||||
// if it was preceeded by a `\` or if it was anything else we can continue to advance
|
||||
// if it was preceded by a `\` or if it was anything else we can continue to advance
|
||||
}
|
||||
|
||||
Ok((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue