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 572bfa0 + b7bf4f7 commit 4a296e8Copy full SHA for 4a296e8
TSPL.docc/LanguageGuide/TheBasics.md
@@ -1610,7 +1610,7 @@ see <doc:BasicOperators#Nil-Coalescing-Operator>.
1610
### Force Unwrapping
1611
1612
When `nil` represents an unrecoverable failure,
1613
-such a programmer error or corrupted state,
+such as a programmer error or corrupted state,
1614
you can access the underlying value
1615
by adding an exclamation mark (`!`) to the end of the optional's name.
1616
This is known as *force unwrapping* the optional's value.
0 commit comments