Adds explanation to how to run the examples in `ConnectableObservableOperators` playground.
This commit is contained in:
parent
e05e527111
commit
f9728a858f
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
import RxSwift
|
||||
|
||||
|
||||
/*:
|
||||
## Below every example there is a commented method call that runs that example. To run the example just uncomment that part.
|
||||
|
||||
E.g. `//sampleWithoutConnectableOperators()`
|
||||
*/
|
||||
|
||||
|
||||
/*:
|
||||
## Connectable Observable Operators
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue