Skip to content

Commit ae7728c

Browse files
committed
Make Bool example compileable
1 parent 0ce9aef commit ae7728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Bool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/// print(containsTen)
2727
/// // Prints "false"
2828
///
29-
/// let (a, b) == (100, 101)
29+
/// let (a, b) = (100, 101)
3030
/// let aFirst = a < b
3131
/// print(aFirst)
3232
/// // Prints "true"

0 commit comments

Comments
 (0)