Skip to content

Commit

Permalink
Fix typo, closes hsutter#621
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed Aug 30, 2023
1 parent 063b1ba commit ce7c781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -4414,7 +4414,7 @@ class parser
//

// The general /*binary*/-expression:
// /*term*/-expression { { /* operators at this predecence level */ } /*term*/-expression }*
// /*term*/-expression { { /* operators at this precedence level */ } /*term*/-expression }*
//
template<
typename Binary,
Expand Down

0 comments on commit ce7c781

Please sign in to comment.