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 c6a1813 + 5b4a611 commit a5f8584Copy full SHA for a5f8584
TSPL.docc/ReferenceManual/Patterns.md
@@ -411,7 +411,7 @@ case labels.
411
412
The expression represented by the expression pattern
413
is compared with the value of an input expression
414
-using the Swift standard library `~=` operator.
+using the pattern-matching operator (`~=`) from the Swift standard library.
415
The matches succeeds
416
if the `~=` operator returns `true`. By default, the `~=` operator compares
417
two values of the same type using the `==` operator.
0 commit comments