Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst authored May 11, 2017
1 parent e7ce7fc commit d028146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ dictionary.string("key")
You can also use `value(forKey:ofType:)`, it works like this.

```swift
dictionary.value(forKey: "key", ofType: Boolean.self)
dictionary.value(forKey: "key", ofType: Bool.self)
dictionary.value(forKey: "key", ofType: Double.self)
dictionary.value(forKey: "key", ofType: Float.self)
dictionary.value(forKey: "key", ofType: Int.self)
Expand Down

0 comments on commit d028146

Please sign in to comment.