diff --git a/docs/manual.md b/docs/manual.md index 4c88ea5..13e3b8d 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -104,7 +104,7 @@ __Note__: Operators can be called as functions too. Just wrap their name in back ``` __Note__: Code the likes of `a.b()` is desugared to `b(a)` if there exists a function `b` whose - signature is compatible with the value of `a` (assuming `a` doesn't have a `b` field, in + signature is compatible with the value of `a` (assuming `a` doesn't have a field named `b`, in which case the attribute resolution takes precedence)