We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093156d commit ed299f5Copy full SHA for ed299f5
docs/types/dynamic-dispatch.md
@@ -266,8 +266,8 @@ definition in its _symbol table_:
266
267
- 3.1. `symbol` is a method in Receiver's type (or its parent type) symbol
268
table.
269
-- 3.2. Such method is treated as if it's first parameter is named `self` and has
270
- the default value of `Receiver`. In other words, the method invocation is
+- 3.2. Such method is treated as if it's first argument is named `self` and has
+ the preapplied value of `Receiver`. In other words, the method invocation is
271
equivalent to the `method self=Receiver` expression.
272
273
### Static method invocation
0 commit comments