mirror of https://github.com/grpc/grpc-java.git
(minor) Fix a typo in ReflectableMarshaller docstring (#10942)
`it's` -> `its`
This commit is contained in:
parent
e19f1f15a9
commit
de7e649e04
|
|
@ -158,7 +158,7 @@ public final class MethodDescriptor<ReqT, RespT> {
|
|||
}
|
||||
|
||||
/**
|
||||
* A marshaller that supports retrieving it's type parameter {@code T} at runtime.
|
||||
* A marshaller that supports retrieving its type parameter {@code T} at runtime.
|
||||
*
|
||||
* @since 1.1.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue