We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aac5b commit bb35f47Copy full SHA for bb35f47
src/internal/operators/retryWhen.ts
@@ -56,7 +56,7 @@ import { createOperatorSubscriber } from './OperatorSubscriber';
56
*
57
* @see {@link retry}
58
59
- * @param notifier function that receives an Observable of notifications with which a
+ * @param notifier Function that receives an Observable of notifications with which a
60
* user can `complete` or `error`, aborting the retry.
61
* @return A function that returns an `ObservableInput` that mirrors the source
62
* Observable with the exception of an `error`.
0 commit comments