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

Commit 7bfe79d

Browse files
Merge pull request #716 from myhau/patch-2
Change in docs: Rx.Observable.spawn to Rx.spawn
2 parents f5e579a + 6d120c2 commit 7bfe79d

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)