Skip to content

Commit 317f251

Browse files
authored
Drop extraneous word (#447)
1 parent ef12d48 commit 317f251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retry/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Other default options are: retry on `ResourceExhausted` and `Unavailable` gRPC c
1818
linear backoff with 10% jitter.
1919
2020
For chained interceptors, the retry interceptor will call every interceptor that follows it
21-
whenever when a retry happens.
21+
whenever a retry happens.
2222
2323
Please see examples for more advanced use.
2424
*/

0 commit comments

Comments
 (0)