Skip to content

Commit 2aa4def

Browse files
authored
Merge pull request #5329 from hffmnn/feature/fix-example-snippet
Fix example snippet in Bool.swift
2 parents 57da0f5 + ae7728c commit 2aa4def

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)