From f9728a858f41a82f50fa18827cfa58312faf6bc2 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sat, 20 Feb 2016 12:19:02 +0100 Subject: [PATCH] Adds explanation to how to run the examples in `ConnectableObservableOperators` playground. --- .../Contents.swift | 8 ++++++++ 1 file changed, 8 insertions(+) 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