From 77908138a037fae8a8b7e14f1a1511e4bf99a483 Mon Sep 17 00:00:00 2001 From: madmaniak Date: Thu, 2 Feb 2023 08:04:35 +0000 Subject: [PATCH] Update 'propgetset.md' --- propgetset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propgetset.md b/propgetset.md index 6c3397e..af91632 100644 --- a/propgetset.md +++ b/propgetset.md @@ -43,7 +43,7 @@ class Rect I would expect different behaviour from `set` - method is called on value change > process value > returns processed value > applies returned value instead. Probably the thing which is proposed in -undocumented section as `$set` but with not practical syntax. +undocumented section as `$set` but with no practical syntax. __2. I see no consistency between `get` and `set` as set binds on write and get doesn't bind on lookup.__