Skip to content

Commit

Permalink
Fix if-then-else example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Feb 21, 2019
1 parent 8a02b2c commit 048acee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/content/3.manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2062,14 +2062,13 @@ sections:
More cases can be added to an if using `elif A then B` syntax.
examples:
- program: |-
if . == 0 then
- program: 'if . == 0 then
"zero"
elif . == 1 then
"one"
else
"many"
end
end'
input: 2
output: ['"many"']

Expand Down

0 comments on commit 048acee

Please sign in to comment.