Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 6d120c2

Browse files
committed
Change in docs: Rx.Observable.spawn to Rx.spawn
1 parent 11412ce commit 6d120c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/spawn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### `Rx.Observable.spawn(fn)`
1+
### `Rx.spawn(fn)`
22
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/spawn.js "View in source")
33

44
Spawns a generator function which allows for Promises, Observable sequences, Arrays, Objects, Generators and functions.

0 commit comments

Comments
 (0)