Skip to content

Commit 35377cc

Browse files
committed
Update diagnostics_spec.rb to clarify missing %type tag comment
1 parent d6f8391 commit 35377cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lrama/diagnostics_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
3131
%type <i> class /* comment for class */
3232
%nterm <str> string /* comment for string */
33-
%type string_1 string_2 /* missing `%type` tag */
33+
%type string_1 string_2 /* <tag> is omitted */
3434
3535
%nonassoc tEQEQ
3636
%left tPLUS tMINUS '>'

0 commit comments

Comments
 (0)