-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Labels
Content issueA problem in with the book's prose, code, or figuresA problem in with the book's prose, code, or figures
Description
Location
Description
The line says:
When nil represents an unrecoverable failure, 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.
There is no meaning of accessing underlying value without specifying its for the optional and not the nil value itself.
Correction
When nil represents an unrecoverable failure, such as a programmer error or corrupted state, you can access the underlying value
of the optionalby adding an exclamation mark (!) to the end of the optional’s name.
Metadata
Metadata
Assignees
Labels
Content issueA problem in with the book's prose, code, or figuresA problem in with the book's prose, code, or figures