We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4955dac + 4884284 commit ffadf6cCopy full SHA for ffadf6c
docs/StdlibRationales.rst
@@ -175,7 +175,7 @@ Use of ``BooleanType`` in library APIs
175
--------------------------------------
176
177
Use ``Bool`` instead of a generic function over a ``BooleanType``, unless there
178
-are special cicrumstances (for example, ``func &&`` is designed to work on all
+are special circumstances (for example, ``func &&`` is designed to work on all
179
boolean values so that ``&&`` feels like a part of the language).
180
181
``BooleanType`` is a protocol to which only ``Bool`` and ``ObjCBool`` conform.
0 commit comments