From 6eda6bd2e5fad213d233b344ac69e15788e55f0e Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Sat, 4 Nov 2023 17:44:14 +0900 Subject: [PATCH] Fix typo --- spec/lrama/parser_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lrama/parser_spec.rb b/spec/lrama/parser_spec.rb index 29d93515..b9d3d560 100644 --- a/spec/lrama/parser_spec.rb +++ b/spec/lrama/parser_spec.rb @@ -552,7 +552,7 @@ ]) end - context 'when parametrizing rules' do + context 'when parameterizing rules' do it "option" do path = "parameterizing_rules/option.y" y = File.read(fixture_path(path))