Skip to content

Commit bb35f47

Browse files
committed
chore(retryWhen): updated docs grammar
1 parent 91aac5b commit bb35f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/operators/retryWhen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { createOperatorSubscriber } from './OperatorSubscriber';
5656
*
5757
* @see {@link retry}
5858
*
59-
* @param notifier function that receives an Observable of notifications with which a
59+
* @param notifier Function that receives an Observable of notifications with which a
6060
* user can `complete` or `error`, aborting the retry.
6161
* @return A function that returns an `ObservableInput` that mirrors the source
6262
* Observable with the exception of an `error`.

0 commit comments

Comments
 (0)