mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix typos
This commit is contained in:
parent
b951830461
commit
3c295c1ffc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ use crate::deserr::DeserrJsonError;
|
|||
use crate::error::deserr_codes::*;
|
||||
use crate::facet_values_sort::FacetValuesSort;
|
||||
|
||||
/// The maximimum number of results that the engine
|
||||
/// The maximum number of results that the engine
|
||||
/// will be able to return in one search call.
|
||||
pub const DEFAULT_PAGINATION_MAX_TOTAL_HITS: usize = 1000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue