From 788577b226bd707d240dd07bb2122cabca0e2f9e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 15 Aug 2024 23:56:52 -0300 Subject: [PATCH] Fix comment --- src/actions.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.cr b/src/actions.cr index 85b5c9c..13d80ae 100644 --- a/src/actions.cr +++ b/src/actions.cr @@ -122,7 +122,7 @@ module Tartrazine new_lexer = lexer.copy new_lexer.tokenize(String.new(match[match_group].value), secondary: true) when ActionType::Combined - # Combine two states into one anonymous state + # Combine two or more states into one anonymous state new_state = @states.map { |name| lexer.states[name] }.reduce { |state1, state2|