From 35377ccf84420806d679ba4ccda90e2967cbb7d6 Mon Sep 17 00:00:00 2001 From: ydah Date: Sun, 22 Dec 2024 22:34:50 +0900 Subject: [PATCH] Update diagnostics_spec.rb to clarify missing `%type` tag comment --- spec/lrama/diagnostics_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lrama/diagnostics_spec.rb b/spec/lrama/diagnostics_spec.rb index 2afa8987..420502fa 100644 --- a/spec/lrama/diagnostics_spec.rb +++ b/spec/lrama/diagnostics_spec.rb @@ -30,7 +30,7 @@ %type class /* comment for class */ %nterm string /* comment for string */ - %type string_1 string_2 /* missing `%type` tag */ + %type string_1 string_2 /* is omitted */ %nonassoc tEQEQ %left tPLUS tMINUS '>'