Skip to content

Commit 5e4f187

Browse files
author
Andrin Meier
committed
fix wrong comment style
1 parent c8c3a96 commit 5e4f187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/Grammar/VBAParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ endOfStatement :
682682
| endOfLine EOF
683683
;
684684

685-
' Annotations must come before comments because of precedence. ANTLR4 matches as much as possible then chooses the one that comes first.
685+
// Annotations must come before comments because of precedence. ANTLR4 matches as much as possible then chooses the one that comes first.
686686
commentOrAnnotation :
687687
annotationList
688688
| comment

0 commit comments

Comments
 (0)