Fix grammar in key_ordering docs to make Lintian happy

Fixes part of #76
This commit is contained in:
Andrew Imeson
2022-03-19 11:08:15 -04:00
parent 474ae81a32
commit 5da1e44c19

View File

@@ -18,8 +18,8 @@
Use this rule to enforce alphabetical ordering of keys in mappings. The sorting Use this rule to enforce alphabetical ordering of keys in mappings. The sorting
order uses the Unicode code point number as a default. As a result, the order uses the Unicode code point number as a default. As a result, the
ordering is case-sensitive and not accent-friendly (see examples below). ordering is case-sensitive and not accent-friendly (see examples below).
This can be changed by setting the global ``locale`` option. This allows to This can be changed by setting the global ``locale`` option. This allows one
sort case and accents properly. to sort case and accents properly.
.. rubric:: Examples .. rubric:: Examples