Skip to content

Commit

Permalink
Merge pull request #1 from urcades/urcades-grammar-patch
Browse files Browse the repository at this point in the history
Fix grammatical error in TheBasics.md
  • Loading branch information
urcades authored Dec 24, 2023
2 parents 29f0872 + 7f7e624 commit b7bf4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSPL.docc/LanguageGuide/TheBasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ see <doc:BasicOperators#Nil-Coalescing-Operator>.
### Force Unwrapping

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

0 comments on commit b7bf4f7

Please sign in to comment.