mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove plural form
This commit is contained in:
parent
d85480de89
commit
73dfeefc7c
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ impl SortError {
|
|||
Error::UserError(UserError::SortError { error: self, search: true })
|
||||
}
|
||||
|
||||
pub fn into_documents_error(self) -> Error {
|
||||
pub fn into_document_error(self) -> Error {
|
||||
Error::UserError(UserError::SortError { error: self, search: false })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue