Skip to content

Commit

Permalink
Fix typo in Documentation/Units.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 25, 2016
1 parent 4b3056b commit d1713a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Units.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Rx units define operations by using corresponding observable sequence operations
The `map` operation on `Driver` is defined using the `map` operation on its observable sequence.

```swift
let d: Driver<Int> = Drive.just(11)
let d: Driver<Int> = Driver.just(11)
driver.map { $0 / 0.5 } = ...
```

Expand Down

0 comments on commit d1713a8

Please sign in to comment.