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 ef12d48 commit 317f251Copy full SHA for 317f251
retry/doc.go
@@ -18,7 +18,7 @@ Other default options are: retry on `ResourceExhausted` and `Unavailable` gRPC c
18
linear backoff with 10% jitter.
19
20
For chained interceptors, the retry interceptor will call every interceptor that follows it
21
-whenever when a retry happens.
+whenever a retry happens.
22
23
Please see examples for more advanced use.
24
*/
0 commit comments