From 3a200de993a46b77947dc36684e3c3e870647e3e Mon Sep 17 00:00:00 2001 From: Simon Verhoeven Date: Wed, 30 Aug 2023 04:22:55 +0200 Subject: [PATCH] doc: fix typo --- 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 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; }