diff --git a/Rx.playground/Pages/Connectable_Observable_Operators.xcplaygroundpage/Contents.swift b/Rx.playground/Pages/Connectable_Observable_Operators.xcplaygroundpage/Contents.swift index e2453a21..1bbdd93b 100644 --- a/Rx.playground/Pages/Connectable_Observable_Operators.xcplaygroundpage/Contents.swift +++ b/Rx.playground/Pages/Connectable_Observable_Operators.xcplaygroundpage/Contents.swift @@ -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