Skip to content

Commit

Permalink
Minor grammar fix in Javadoc (grpc#11609)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalfaso authored Oct 18, 2024
1 parent 4be69e3 commit 00c8bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/grpc/StatusRuntimeException.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class StatusRuntimeException extends RuntimeException {
private final Metadata trailers;

/**
* Constructs the exception with both a status. See also {@link Status#asRuntimeException()}.
* Constructs the exception with a status. See also {@link Status#asRuntimeException()}.
*
* @since 1.0.0
*/
Expand Down

0 comments on commit 00c8bc7

Please sign in to comment.