Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rinchsan committed Jul 12, 2017
1 parent 38552d5 commit ca938b6
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 ca938b6

Please sign in to comment.