(minor) Fix a typo in ReflectableMarshaller docstring (#10942)

`it's` -> `its`
This commit is contained in:
Sergii Tkachenko 2024-02-21 13:29:51 -08:00 committed by GitHub
parent e19f1f15a9
commit de7e649e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/