From dae84cc19cfadc00d30eb262cc588516079040c2 Mon Sep 17 00:00:00 2001 From: Simon Verhoeven Date: Tue, 29 Aug 2023 21:57:07 +0200 Subject: [PATCH] doc: applied feedback --- authoring-recipes/multiple-visitors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authoring-recipes/multiple-visitors.md b/authoring-recipes/multiple-visitors.md index 0ef8c5b6b3..f2d10a1db0 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 or 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 ore more has, do nothing. return variableDeclarations; }