Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVerhoeven authored Aug 30, 2023
1 parent dae84cc commit 3a200de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authoring-recipes/multiple-visitors.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public class FinalizeLocalVariables extends Recipe {

// TODO: Return if the varDec is an instance or class variable

// TODO: If none of the above apply, find all use cases for the variables and determine whether or not they're reassigned. If none have been, add the final modifier. If one ore more has, do nothing.
// TODO: If none of the above apply, find all use cases for the variables and determine whether or not they're reassigned. If none have been, add the final modifier. If one or more has, do nothing.

return variableDeclarations;
}
Expand Down

0 comments on commit 3a200de

Please sign in to comment.