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

Commit c78cbde

Browse files
Merge pull request #1146 from garbles/patch-2
Typo in when.md
2 parents 8e4bb73 + 63b89c7 commit c78cbde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/when.md

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

4-
A series of plans (specified as an Array of as a series of arguments) created by use of the Then operator on patterns.
4+
A series of plans (specified as an Array or as a series of arguments) created by use of the Then operator on patterns.
55

66
### Arguments
77
1. `args` *(arguments|Array)*: A series of plans (specified as an Array of as a series of arguments) created by use of the then operator on patterns.

0 commit comments

Comments
 (0)