Skip to content

Commit

Permalink
docs(ReplaySubject): fix typo in constructor jsdoc (#7113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkolon committed Dec 3, 2022
1 parent 11342ad commit 05bb4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/ReplaySubject.ts
Expand Up @@ -40,7 +40,7 @@ export class ReplaySubject<T> extends Subject<T> {

/**
* @param bufferSize The size of the buffer to replay on subscription
* @param windowTime The amount of time the buffered items will say buffered
* @param windowTime The amount of time the buffered items will stay buffered
* @param timestampProvider An object with a `now()` method that provides the current timestamp. This is used to
* calculate the amount of time something has been buffered.
*/
Expand Down

0 comments on commit 05bb4fa

Please sign in to comment.