Skip to content

Commit 4a296e8

Browse files
authored
Fix grammar error in The Basics (#223)
Typo is from commit 8420dda and appears only here -- nowhere else to make this correction.
2 parents 572bfa0 + b7bf4f7 commit 4a296e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/TheBasics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ see <doc:BasicOperators#Nil-Coalescing-Operator>.
16101610
### Force Unwrapping
16111611

16121612
When `nil` represents an unrecoverable failure,
1613-
such a programmer error or corrupted state,
1613+
such as a programmer error or corrupted state,
16141614
you can access the underlying value
16151615
by adding an exclamation mark (`!`) to the end of the optional's name.
16161616
This is known as *force unwrapping* the optional's value.

0 commit comments

Comments
 (0)