Skip to content

Commit fb13d86

Browse files
committed
More corrections to examples
1 parent 36b688c commit fb13d86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/tutorials/distributed-monitoring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ In this section we will set up a static distribution of a specification across t
4545
in x: Int
4646
in y: Int
4747
in z: Int
48+
out w: Int
49+
out v: Int
4850
4951
w = x + y
5052
v = w + z
@@ -163,6 +165,8 @@ This will use the same specification as before (`simple_add_distributable.lola`)
163165
in x: Int
164166
in y: Int
165167
in z: Int
168+
out w: Int
169+
out v: Int
166170
167171
w = x + y
168172
v = w + z

0 commit comments

Comments
 (0)