- 
                Notifications
    
You must be signed in to change notification settings  - Fork 313
 
Open
Description
Typo: "by", expected: "be"
Before: "it will either by the value"
After: "it will either be the value"
| <p>The nil coalescing operator unwraps an optional and returns the value inside if there is one. If there <em>isn’t</em> a value – if the optional was <code>nil</code> – then a default value is used instead. Either way, the result won’t be optional: it will either by the value from inside the optional or the default value used as a back up.</p> | 
Metadata
Metadata
Assignees
Labels
No labels