diff --git a/authoring-recipes/multiple-visitors.md b/authoring-recipes/multiple-visitors.md index f2d10a1db0..0ef8c5b6b3 100644 --- a/authoring-recipes/multiple-visitors.md +++ b/authoring-recipes/multiple-visitors.md @@ -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; }