Skip to content

Commit f04c918

Browse files
committed
Fix typo in CHANGELOG.md: (delete redundant space)
1 parent 3e643a4 commit f04c918

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
@@ -175,7 +175,7 @@ Time warp
175175
```swift
176176
enum Foo: Int { case A = 0, B = 1, C = 2 }
177177
let foo = Foo(rawValue: 2)! // formerly 'Foo.fromRaw(2)!'
178-
println(foo.rawValue) // formerly 'foo.toRaw()'
178+
println(foo.rawValue) // formerly 'foo.toRaw()'
179179
```
180180

181181
2014-09-02

0 commit comments

Comments
 (0)