diff --git a/types/highland/index.d.ts b/types/highland/index.d.ts index 4031d833b7..734939eeab 100644 --- a/types/highland/index.d.ts +++ b/types/highland/index.d.ts @@ -783,7 +783,7 @@ declare namespace Highland { * // after 100ms => 1, 2, 3, 4 * // after 200ms => 1, 2, 3, 4, 5 */ - ratelimit(num: number, ms: number): Stream; + ratelimit(num: number, ms: number): Stream; /** * Boils down a Stream to a single value. The memo is the initial state