Skip to content

Commit

Permalink
api: Fix a typo in ServerInterceptor JavaDoc (#10990)
Browse files Browse the repository at this point in the history
  • Loading branch information
toukovk authored Mar 6, 2024
1 parent 9ee5e9f commit 0b82f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/grpc/ServerInterceptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import javax.annotation.concurrent.ThreadSafe;

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

0 comments on commit 0b82f01

Please sign in to comment.