mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix typo in method name
This commit is contained in:
parent
8047cfe438
commit
1d5265caf4
5 changed files with 10 additions and 10 deletions
|
@ -666,7 +666,7 @@ pub fn apply_settings_to_builder(
|
|||
match typo_tolerance {
|
||||
Setting::Set(ref value) => {
|
||||
match value.enabled {
|
||||
Setting::Set(val) => builder.set_autorize_typos(val),
|
||||
Setting::Set(val) => builder.set_authorize_typos(val),
|
||||
Setting::Reset => builder.reset_authorize_typos(),
|
||||
Setting::NotSet => (),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue