rephrase exact_attributes doc

This commit is contained in:
ad hoc 2022-04-04 21:04:49 +02:00
parent b7694c34f5
commit 1810927dbd
No known key found for this signature in database
GPG Key ID: 4F00A782990CC643
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ pub struct Settings<'a, 't, 'u, 'i> {
min_word_len_two_typos: Setting<u8>,
min_word_len_one_typo: Setting<u8>,
exact_words: Setting<BTreeSet<String>>,
/// attributes on which typo tolerance is not enabled.
/// Attributes on which typo tolerance is disabled.
exact_attributes: Setting<HashSet<String>>,
}