=str - correct typo in 'Source.from()' function documentation
This commit is contained in:
parent
c6eb88e334
commit
dbc41d5a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue