Minor readme tweak

Fixes #17
This commit is contained in:
Sindre Sorhus 2019-08-15 12:48:10 +02:00
parent 265b15dad6
commit c5d68262ea
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ if let name = defaults[.name] {
} }
``` ```
The default value is then `nil`.
### Enum example ### Enum example
```swift ```swift