Fixed Link to Dicision Tree

- removed a redundant parenthesis
This commit is contained in:
George Lin 2016-03-23 10:48:12 +08:00
parent 6df77da474
commit 4a37077db1
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ Almost all operators are demonstrated in [Playgrounds](../Rx.playground).
To use playgrounds please open `Rx.xcworkspace`, build `RxSwift-OSX` scheme and then open playgrounds in `Rx.xcworkspace` tree view.
In case you need an operator, and don't know how to find it there a [decision tree of operators]() http://reactivex.io/documentation/operators.html#tree).
In case you need an operator, and don't know how to find it there a [decision tree of operators](http://reactivex.io/documentation/operators.html#tree).
[Supported RxSwift operators](API.md#rxswift-supported-operators) are also grouped by function they perform, so that can also help.