Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 408169711
  • Loading branch information
Googler authored and copybara-github committed Nov 7, 2021
1 parent 77de9a9 commit bd8f1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface TypeMappable<T> {

/**
* Accepts a type mapper and returns a new instance of remapped struct without changing the
* original source instance. Please apply {@param typeMapper} to any index-able state of the
* original source instance. Please apply {@code typeMapper} to any index-able state of the
* implementation class.
*/
T acceptTypeMapper(TypeMapper typeMapper);
Expand Down

0 comments on commit bd8f1e6

Please sign in to comment.