Skip to content

Commit 68e0ff0

Browse files
committed
Change or in ||.
1 parent d5a279d commit 68e0ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ltta/ltta.zls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ let node tb_controller (i, om, mi) = (o, im, pr) where
169169
and emit im = data(i)+pr in Ready
170170
| Ready ->
171171
do n = q -> (last n - 1)
172-
until ((n = 1) or preempted) then
172+
until ((n = 1) || preempted) then
173173
do pr = debug "PUBLISH"
174174
and emit o = m+pr in Wait
175175

0 commit comments

Comments
 (0)