Skip to content

Commit b7bf4f7

Browse files
authored
Merge pull request #1 from urcades/urcades-grammar-patch
Fix grammatical error in TheBasics.md
2 parents 29f0872 + 7f7e624 commit b7bf4f7

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)