Skip to content

Commit ffadf6c

Browse files
committed
Merge pull request #64 from codestergit/patch-6
Fixed typo circumstances
2 parents 4955dac + 4884284 commit ffadf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/StdlibRationales.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Use of ``BooleanType`` in library APIs
175175
--------------------------------------
176176

177177
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
178+
are special circumstances (for example, ``func &&`` is designed to work on all
179179
boolean values so that ``&&`` feels like a part of the language).
180180

181181
``BooleanType`` is a protocol to which only ``Bool`` and ``ObjCBool`` conform.

0 commit comments

Comments
 (0)