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") {