Skip to content

Commit ce7c781

Browse files
committed
Fix typo, closes #621
1 parent 063b1ba commit ce7c781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/parse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4414,7 +4414,7 @@ class parser
44144414
//
44154415

44164416
// The general /*binary*/-expression:
4417-
// /*term*/-expression { { /* operators at this predecence level */ } /*term*/-expression }*
4417+
// /*term*/-expression { { /* operators at this precedence level */ } /*term*/-expression }*
44184418
//
44194419
template<
44204420
typename Binary,

0 commit comments

Comments
 (0)