=str - correct typo in 'Source.from()' function documentation

This commit is contained in:
Dorin Cobzac 2016-02-05 18:58:32 +02:00
parent c6eb88e334
commit dbc41d5a90

View file

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