summaryrefslogtreecommitdiff
path: root/docs/syntax.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/syntax.md')
-rw-r--r--docs/syntax.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/syntax.md b/docs/syntax.md
index 0868143..dd468ed 100644
--- a/docs/syntax.md
+++ b/docs/syntax.md
@@ -82,9 +82,9 @@
@.tag condition {[arguments] statements }
```
-#### ``break.tag
+#### ``break
-#### ``continue.tag
+#### ``continue
### Match `#`
@@ -98,7 +98,7 @@
## Coroutines ``{[] ... }`
-### ``return.tag
+### ``return
### ``sync