Skip to content

Commit 9187d8f

Browse files
authored
Update README.md
1 parent df7bb6f commit 9187d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import mtl
3737
# - Lowercase strings denote atomic predicates.
3838
phi0 = mtl.parse('atomicpred')
3939

40-
# - Binary operators need to be surrounded by parens.
40+
# - infix operators need to be surrounded by parens.
4141
phi1 = mtl.parse('((a & b & c) | d | e)')
4242
phi2 = mtl.parse('(a -> b) & (~a -> c)')
4343
phi3 = mtl.parse('(a -> b -> c)')

0 commit comments

Comments
 (0)