diff --git a/examples/tutorial/conditionals_loops.pdl b/examples/tutorial/conditionals_loops.pdl index 853752992..7e86496d8 100644 --- a/examples/tutorial/conditionals_loops.pdl +++ b/examples/tutorial/conditionals_loops.pdl @@ -12,7 +12,6 @@ text: contribute: [] - if: ${ eval == 'no' } then: - text: - - read: - message: "Why not?\n" + read: + message: "Why not?\n" until: ${ eval == 'yes'}