Skip to content

Commit 92848eb

Browse files
committed
Merge pull request #2183 from sotozaki/master
Fix typo in CHANGELOG.md: (delete redundant space)
2 parents ee1f150 + f04c918 commit 92848eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ Swift 2.2
20402040
```swift
20412041
enum Foo: Int { case A = 0, B = 1, C = 2 }
20422042
let foo = Foo(rawValue: 2)! // formerly 'Foo.fromRaw(2)!'
2043-
println(foo.rawValue) // formerly 'foo.toRaw()'
2043+
println(foo.rawValue) // formerly 'foo.toRaw()'
20442044
```
20452045

20462046
2014-09-02

0 commit comments

Comments
 (0)