summaryrefslogtreecommitdiff
path: root/docs/language/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/language/index.md')
-rw-r--r--docs/language/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/language/index.md b/docs/language/index.md
index fe97143..b63d3e4 100644
--- a/docs/language/index.md
+++ b/docs/language/index.md
@@ -133,9 +133,9 @@ Arguments are specified with a `[]` at the beginning of the `{}`
@ condition {[args] statements }
-@ condition {[.name] statements }
+@.name condition { statements }
-@ condition {[.name; args] statements }
+@.name condition {[args] statements }
```
#### If `?`