From bcf30213f5d5953462104ad725b2b4f42c2bbf8c Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Wed, 17 Aug 2022 20:54:35 +0200 Subject: [PATCH] Fixed typos --- docs/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.md b/docs/manual.md index 70fa1d4..4c88ea5 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 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 `b` field, in which case the attribute resolution takes precedence)