Skip to content

Commit 0aa143a

Browse files
hsutterzaucy
authored andcommitted
Fix typo, closes hsutter#621
1 parent 66a1376 commit 0aa143a

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)