Skip to content

Commit 82a55c8

Browse files
[gardening] Fix recently introduced typo: "conformace" → "conformance"
1 parent 202ac53 commit 82a55c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StdlibRationales.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ result is immediately consumed by for-in, so we don't want to allocate memory
166166
for it.
167167

168168
Note that neither of the two ``sorted()`` methods (neither one that accepts a
169-
custom comparator closure, nor one that uses the ``Comparable`` conformace)
169+
custom comparator closure, nor one that uses the ``Comparable`` conformance)
170170
can't be lazy, because the lazy version would be less efficient than the eager
171171
one.
172172

0 commit comments

Comments
 (0)