Skip to content

Commit 5bc4e58

Browse files
committed
Fix example after new name
1 parent 97f9198 commit 5bc4e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/latch.lola

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ in x
33
in y
44
out a
55
out b
6-
a = bind(x, y)
6+
a = latch(x, y)
77
b = a + 1

0 commit comments

Comments
 (0)