Skip to content

Commit

Permalink
Fix a typo in SuggestedFix.checkNotSyntheticConstructor
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 618176103
  • Loading branch information
graememorgan authored and Error Prone Team committed Mar 22, 2024
1 parent 58473c5 commit 5840b4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -363,7 +363,7 @@ public Builder merge(@Nullable SuggestedFix other) {
}

/**
* Prevent attempts to modify implicit default constructurs, since they are one of the few
* Prevent attempts to modify implicit default constructors, since they are one of the few
* synthetic constructs added to the AST early enough to be visible from Error Prone.
*/
private static void checkNotSyntheticConstructor(Tree tree) {
Expand Down

0 comments on commit 5840b4d

Please sign in to comment.