Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TSPL.docc/LanguageGuide/TheBasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ see <doc:BasicOperators#Nil-Coalescing-Operator>.

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