Skip to content

Commit

Permalink
docs(throttleTime): fix the description of scheduler param (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
SangKa authored and benlesh committed Jun 14, 2017
1 parent 88ec8dc commit fd5b8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/throttleTime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { ThrottleConfig, defaultThrottleConfig } from './throttle';
* emitting the last value, measured in milliseconds or the time unit determined
* internally by the optional `scheduler`.
* @param {Scheduler} [scheduler=async] The {@link IScheduler} to use for
* managing the timers that handle the sampling.
* managing the timers that handle the throttling.
* @return {Observable<T>} An Observable that performs the throttle operation to
* limit the rate of emissions from the source.
* @method throttleTime
Expand Down

0 comments on commit fd5b8e5

Please sign in to comment.