Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benuuu authored and vhbit committed Apr 25, 2017
1 parent c8e97f3 commit c4b8bc1
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 @@ -11,7 +11,7 @@ RxSwift includes a really nifty little library called [RxBlocking](http://cocoap
But writing code to check an `Observable`'s value is sooooo tedious:

```swift
let result = try! observabe.toBlocking().first()
let result = try! observable.toBlocking().first()
expect(result) == 42
```

Expand Down

0 comments on commit c4b8bc1

Please sign in to comment.