Merge pull request #19665 from dorin-cbz/master
Correct typo in 'Source.from()' function documentation
This commit is contained in:
commit
a799aa5591
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue