Skip to content

Commit

Permalink
(minor) Fix a typo in ReflectableMarshaller docstring (grpc#10942)
Browse files Browse the repository at this point in the history
`it's` -> `its`
  • Loading branch information
sergiitk authored Feb 21, 2024
1 parent e19f1f1 commit de7e649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/grpc/MethodDescriptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public interface Marshaller<T> {
}

/**
* 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
*/
Expand Down

0 comments on commit de7e649

Please sign in to comment.