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

Commit e24c7fa

Browse files
committed
Fix doc for generate
The description of `generate` was copy-pasted from `fromArray` accidentally.
1 parent 6dac036 commit e24c7fa

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)