Update Contents.swift

The comment to `toObservable` referred to another function.
This commit is contained in:
Andrés Catalán 2016-04-05 18:54:10 -04:00
parent 5c1adf29df
commit 80aaef06c2
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ example("sequenceOf") {
}
/*:
### from
`from` creates a sequence from `SequenceType`
### toObservable
`toObservable` creates a sequence out of an array.
*/
example("toObservable") {