From 2bb2ff871fa1761478442bec5f6a32c9428360a1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 14:20:18 -0400 Subject: Change method calls to use `foo.baz()` instead of `foo:baz()` --- docs/enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/enums.md') 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()`). -- cgit v1.2.3