Change "settings" to "setting"

Co-authored-by: Clément Renault <renault.cle@gmail.com>
This commit is contained in:
Vishnu Gt 2021-09-28 20:11:32 +05:30 committed by GitHub
parent 3580b2d803
commit 785c1372f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ only composed of alphanumeric characters (a-z A-Z 0-9), hyphens (-) and undersco
}
Self::SortRankingRuleMissing => f.write_str(
"You must specify where \"sort\" is listed in the \
rankingRules settings to use the sort parameter at search time",
rankingRules setting to use the sort parameter at search time",
),
Self::MissingDocumentId { document } => {
let json = serde_json::to_string(document).unwrap();