Skip to content

Commit 2bf2aa0

Browse files
authored
Simplify code example (#636)
1 parent 6411909 commit 2bf2aa0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/tutorial/conditionals_loops.pdl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ text:
1212
contribute: []
1313
- if: ${ eval == 'no' }
1414
then:
15-
text:
16-
- read:
17-
message: "Why not?\n"
15+
read:
16+
message: "Why not?\n"
1817
until: ${ eval == 'yes'}

0 commit comments

Comments
 (0)