From 80aaef06c28e07b604656bcefc81061c4affac96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Catal=C3=A1n?= Date: Tue, 5 Apr 2016 18:54:10 -0400 Subject: [PATCH] Update Contents.swift The comment to `toObservable` referred to another function. --- .../Pages/Introduction.xcplaygroundpage/Contents.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift b/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift index 04994d5a..ea4cd0e1 100644 --- a/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift +++ b/Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift @@ -86,8 +86,8 @@ example("sequenceOf") { } /*: -### from -`from` creates a sequence from `SequenceType` +### toObservable +`toObservable` creates a sequence out of an array. */ example("toObservable") {