Skip to content

Commit

Permalink
Extended @see with startWith and endWith (#5108)
Browse files Browse the repository at this point in the history
Extended `@see` with `startWith` and `endWith`  as they are also concat variants
  • Loading branch information
BioPhoton authored and benlesh committed Nov 1, 2019
1 parent c008bdd commit 8e5fa05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/observable/concat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export function concat<R>(...observables: (ObservableInput<any> | SchedulerLike)
* @see {@link concatAll}
* @see {@link concatMap}
* @see {@link concatMapTo}
* @see {@link startWith}
* @see {@link endWith}
*
* @param {ObservableInput} input1 An input Observable to concatenate with others.
* @param {ObservableInput} input2 An input Observable to concatenate with others.
Expand Down

0 comments on commit 8e5fa05

Please sign in to comment.