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

Commit c5d2ae7

Browse files
Merge pull request #1153 from tabatkins/generate-not-fromArray
Fix docs for generate
2 parents 6dac036 + e24c7fa commit c5d2ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/generate.md

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

4-
Converts an array to an observable sequence, using an optional scheduler to enumerate the array.
4+
Generates an observable sequence in a manner similar to a for loop, using an optional scheduler to enumerate the values.
55

66
#### Arguments
77
1. `initialState` *(`Any`)*: Initial state.

0 commit comments

Comments
 (0)