Skip to content

Commit 0b82f01

Browse files
authored
api: Fix a typo in ServerInterceptor JavaDoc (#10990)
1 parent 9ee5e9f commit 0b82f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/grpc/ServerInterceptor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import javax.annotation.concurrent.ThreadSafe;
2020

2121
/**
22-
* Interface for intercepting incoming calls before that are dispatched by
22+
* Interface for intercepting incoming calls before they are dispatched by
2323
* {@link ServerCallHandler}.
2424
*
2525
* <p>Implementers use this mechanism to add cross-cutting behavior to server-side calls. Common

0 commit comments

Comments
 (0)