Skip to content

Commit 682d353

Browse files
committed
Improving KVO code and KVO documentation.
1 parent 525e81a commit 682d353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ Disposed
863863

864864
You can also use `subscribe` instead of `subscribeNext`
865865

866-
```
866+
```swift
867867
NSURLSession.sharedSession().rx_JSON(request)
868868
>- map { json in
869869
return parse()
@@ -1003,7 +1003,7 @@ view.rx_observe("frame") as Observable<CGRect?>
10031003

10041004
or
10051005

1006-
```
1006+
```swift
10071007
view.rx_observe("frame")
10081008
>- map { (rect: CGRect?) in
10091009
//

0 commit comments

Comments
 (0)