summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/fate_v1/instructions/loops/_index.md')
-rw-r--r--content/fate_v1/instructions/loops/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fate_v1/instructions/loops/_index.md b/content/fate_v1/instructions/loops/_index.md
index d3c8d65..5aa14ac 100644
--- a/content/fate_v1/instructions/loops/_index.md
+++ b/content/fate_v1/instructions/loops/_index.md
@@ -29,6 +29,6 @@ Executes `[I0]` ... `[IM]` for each member of `[COLLECTION]`, in order. The curr
member is stored in a new local variable named `{String}`.
### BREAK
-{{< fatecode >}}(break){{< /fatecode >}}
+{{< fatecode >}}(break!){{< /fatecode >}}
Exits the current loop.