Merge pull request #19665 from dorin-cbz/master

Correct typo in 'Source.from()' function documentation
This commit is contained in:
drewhk 2016-02-08 12:38:53 +01:00
commit a799aa5591

View file

@ -102,7 +102,7 @@ object Source {
* data.add(1);
* data.add(2);
* data.add(3);
* Source.fom(data);
* Source.from(data);
* }}}
*
* Starts a new `Source` from the given `Iterable`. This is like starting from an