Minor grammar fix in Javadoc (#11609)

This commit is contained in:
Lucas Mirelmann 2024-10-18 07:59:35 +02:00 committed by GitHub
parent 4be69e3f8a
commit 00c8bc78dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class StatusRuntimeException extends RuntimeException {
private final Metadata trailers; 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 * @since 1.0.0
*/ */