summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/internal/operators/shareReplay.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/rxjs/internal/operators/shareReplay.d.ts')
-rw-r--r--tools/node_modules/eslint/node_modules/rxjs/internal/operators/shareReplay.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/node_modules/rxjs/internal/operators/shareReplay.d.ts b/tools/node_modules/eslint/node_modules/rxjs/internal/operators/shareReplay.d.ts
index 94082b9e68..0ad6766c63 100644
--- a/tools/node_modules/eslint/node_modules/rxjs/internal/operators/shareReplay.d.ts
+++ b/tools/node_modules/eslint/node_modules/rxjs/internal/operators/shareReplay.d.ts
@@ -33,7 +33,7 @@ import { MonoTypeOperatorFunction, SchedulerLike } from '../types';
* @see {@link publishReplay}
*
* @param {Number} [bufferSize=Number.POSITIVE_INFINITY] Maximum element count of the replay buffer.
- * @param {Number} [windowTime=Number.MAX_VALUE] Maximum time length of the replay buffer in milliseconds.
+ * @param {Number} [windowTime=Number.POSITIVE_INFINITY] Maximum time length of the replay buffer in milliseconds.
* @param {Scheduler} [scheduler] Scheduler where connected observers within the selector function
* will be invoked on.
* @return {Observable} An observable sequence that contains the elements of a sequence produced