diff --git a/milli/src/update/settings.rs b/milli/src/update/settings.rs index 3ed2a4152..7a26361d4 100644 --- a/milli/src/update/settings.rs +++ b/milli/src/update/settings.rs @@ -93,7 +93,7 @@ pub struct Settings<'a, 't, 'u, 'i> { min_word_len_two_typos: Setting, min_word_len_one_typo: Setting, exact_words: Setting>, - /// attributes on which typo tolerance is not enabled. + /// Attributes on which typo tolerance is disabled. exact_attributes: Setting>, }