Skip to content

Commit

Permalink
Fix a typo in SuggestedFix.checkNotSyntheticConstructor
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617858955
  • Loading branch information
graememorgan authored and Error Prone Team committed Mar 22, 2024
1 parent 58473c5 commit c40ccb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 c40ccb0

Please sign in to comment.