Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Nov 21, 2024
1 parent 705e97b commit 5bab616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public interface FieldNamingStrategy {
public String translateName(Field f);

/**
* Translates the field name into its JSON field alternative names representation. used for
* Translates the field name into its JSON field alternative names representation. Used for
* deserialization only. This is similar to {@link SerializedName#alternate()}.
*
* @param f the field object that we are translating
Expand Down

0 comments on commit 5bab616

Please sign in to comment.