Skip to content

Commit 00c8bc7

Browse files
authored
Minor grammar fix in Javadoc (#11609)
1 parent 4be69e3 commit 00c8bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class StatusRuntimeException extends RuntimeException {
3030
private final Metadata trailers;
3131

3232
/**
33-
* Constructs the exception with both a status. See also {@link Status#asRuntimeException()}.
33+
* Constructs the exception with a status. See also {@link Status#asRuntimeException()}.
3434
*
3535
* @since 1.0.0
3636
*/

0 commit comments

Comments
 (0)