Skip to content

Commit

Permalink
Merge pull request ReactiveX#1326 from MasayaHayashi724/fix-typo
Browse files Browse the repository at this point in the history
Fix typo: so -> do
  • Loading branch information
freak4pc authored Jul 12, 2017
2 parents fa8a8bb + ca938b6 commit de2837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ Every time you do this, somebody will probably write this code somewhere:
```swift
kittens
.subscribe(onNext: { kitten in
// so something with kitten
// do something with kitten
})
.disposed(by: disposeBag)
```
Expand Down

0 comments on commit de2837f

Please sign in to comment.