diff --git a/TSPL.docc/LanguageGuide/TheBasics.md b/TSPL.docc/LanguageGuide/TheBasics.md index 6f22337f5..d2642bf5a 100644 --- a/TSPL.docc/LanguageGuide/TheBasics.md +++ b/TSPL.docc/LanguageGuide/TheBasics.md @@ -1629,7 +1629,7 @@ see . 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,