Skip to content

Commit

Permalink
fix(docs): Fix esdoc for Observable.merge spread argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bafolts authored and jayphelps committed Sep 22, 2016
1 parent 304b659 commit b794e9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/operator/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ export function mergeStatic<T, R>(...observables: (ObservableInput<any> | Schedu
* @see {@link mergeMapTo}
* @see {@link mergeScan}
*
* @param {Observable} input1 An input Observable to merge with others.
* @param {Observable} input2 An input Observable to merge with others.
* @param {...Observable} observables Input Observables to merge together.
* @param {number} [concurrent=Number.POSITIVE_INFINITY] Maximum number of input
* Observables being subscribed to concurrently.
* @param {Scheduler} [scheduler=null] The Scheduler to use for managing
Expand Down

0 comments on commit b794e9b

Please sign in to comment.