aboutsummaryrefslogtreecommitdiff
path: root/docs/enums.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/enums.md')
-rw-r--r--docs/enums.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/enums.md b/docs/enums.md
index 72e4f3be..45321d25 100644
--- a/docs/enums.md
+++ b/docs/enums.md
@@ -85,4 +85,4 @@ enum VariousThings(AnInteger(i:Int), TwoWords(word1, word2:Text), Nothing):
```
Functions defined in an enum's namespace can be invoked as methods with `:` if
-the first argument is the enum's type or a pointer to one (`vt:doop()`).
+the first argument is the enum's type or a pointer to one (`vt.doop()`).