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 29f0872 + 7f7e624 commit b7bf4f7Copy full SHA for b7bf4f7
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