Skip to content

Commit

Permalink
[gardening] Fix recently introduced typo: "becasue" → "because"
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Mar 7, 2016
1 parent 8ad365b commit 202ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/StdlibRationales.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ for it.

Note that neither of the two ``sorted()`` methods (neither one that accepts a
custom comparator closure, nor one that uses the ``Comparable`` conformace)
can't be lazy, becasue the lazy version would be less efficient than the eager
can't be lazy, because the lazy version would be less efficient than the eager
one.

A different design that was rejected is to preserve consistency with other
Expand Down

0 comments on commit 202ac53

Please sign in to comment.