Skip to content

Commit d178f12

Browse files
committed
Pull request #82: Whitespace also matters for binary operators.
Merge in DP/swift-book from whitespace_operator_70298068 to develop
2 parents d245a79 + dd62305 commit d178f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReferenceManual/LexicalStructure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Whitespace and Comments
2020
-----------------------
2121

2222
Whitespace has two uses: to separate tokens in the source file
23-
and to help determine whether an operator is a prefix or postfix
23+
and to distinguish between prefix, postfix, and binary operators
2424
(see :ref:`LexicalStructure_Operators`),
2525
but is otherwise ignored.
2626
The following characters are considered whitespace:

0 commit comments

Comments
 (0)