Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 3af633a

Browse files
author
Kerr Marin Miller
committed
Remove double spacing
1 parent 387d40f commit 3af633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ func getValue<T>(dictionary: [String: AnyObject], key: String, errorHandler: Str
384384
}
385385
```
386386

387-
Note that the type `T` is inferred by what you assign `getValue()` to. So in this case getValue() infers `String?` because `message` is a `String?`.
387+
Note that the type `T` is inferred by what you assign `getValue()` to. So in this case getValue() infers `String?` because `message` is a `String?`.
388388

389389
```swift
390390
let message: String? = getValue(dictionary, "message") { error in

0 commit comments

Comments
 (0)