Skip to content

Commit 6c73fae

Browse files
committed
Fix if-then-else example formatting
1 parent 5d8274a commit 6c73fae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/content/3.manual/manual.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,14 +2062,13 @@ sections:
20622062
More cases can be added to an if using `elif A then B` syntax.
20632063
20642064
examples:
2065-
- program: |-
2066-
if . == 0 then
2065+
- program: 'if . == 0 then
20672066
"zero"
20682067
elif . == 1 then
20692068
"one"
20702069
else
20712070
"many"
2072-
end
2071+
end'
20732072
input: 2
20742073
output: ['"many"']
20752074

0 commit comments

Comments
 (0)