Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema committed Apr 22, 2024
1 parent 33543a1 commit c01eb91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* if no base type is found (i.e. type is not a trait) then this formatter behaves exactly the
* same as the {@link JavaTypeFormatter}.</dd>
* <dt>{@link CapitalizingFormatter}|{@code 'U'}</dt>
* <dd>This formatter will capitalize the first letter of any string provided it is used to format.</dd>
* <dd>This formatter will capitalize the first letter of any string literal it is used to format.</dd>
* </dl>
*/
public class TraitCodegenWriter extends SymbolWriter<TraitCodegenWriter, TraitCodegenImportContainer> {
Expand Down Expand Up @@ -180,7 +180,7 @@ public static final class Factory implements SymbolWriter.Factory<TraitCodegenWr
private final TraitCodegenSettings settings;

/**
* @param settings The python plugin settings.
* @param settings The Trait codegen plugin settings.
*/
public Factory(TraitCodegenSettings settings) {
this.settings = settings;
Expand Down

0 comments on commit c01eb91

Please sign in to comment.