From 6b9bd4771d24899ff9920a6b1f3998cbb90d97e3 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Fri, 6 Dec 2024 19:49:21 +0000 Subject: [PATCH] doc: full properties now always have a pipe symbol after their identifier --- doc/sample/Person.im | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sample/Person.im b/doc/sample/Person.im index 613bd12..c451835 100755 --- a/doc/sample/Person.im +++ b/doc/sample/Person.im @@ -108,7 +108,7 @@ class Person /* Without the lambda synthesis, the property would look like this: Note that this is the only time it is legal to access private fields via `self` from a lambda. */ - $ exampleProperty + $ exampleProperty | get => [ ^self.val ], set => [ :x | self.val = x ].