Skip to content

Commit

Permalink
docs(repeat): Remove scheduler as param. (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetle authored and benlesh committed Feb 16, 2017
1 parent 38c4095 commit 375ce3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/operator/repeat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { TeardownLogic } from '../Subscription';
*
* <img src="./img/repeat.png" width="100%">
*
* @param {Scheduler} [scheduler] the IScheduler to emit the items on.
* @param {number} [count] the number of times the source Observable items are repeated, a count of 0 will yield
* an empty Observable.
* @return {Observable} an Observable that repeats the stream of items emitted by the source Observable at most
Expand Down

0 comments on commit 375ce3e

Please sign in to comment.