Skip to content

Commit 6b6935b

Browse files
< and >
1 parent 0713085 commit 6b6935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/chapter5/section4/subsection4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const eceval_operations =
289289
| name
290290
| number
291291
| expr(expr, expr, ...)
292-
binop ::= + | - | * | / | % | < | > | <= | >=
292+
binop ::= + | - | * | / | % | &lt; | &gt; | &lt;= | &gt;=
293293
| === | !== | && | ||
294294
unop ::= ! | -
295295
*/

0 commit comments

Comments
 (0)