Skip to content

Commit ed299f5

Browse files
committed
Correct terminology - use preapplied argument instead of default
1 parent 093156d commit ed299f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/types/dynamic-dispatch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ definition in its _symbol table_:
266266

267267
- 3.1. `symbol` is a method in Receiver's type (or its parent type) symbol
268268
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
269+
- 3.2. Such method is treated as if it's first argument is named `self` and has
270+
the preapplied value of `Receiver`. In other words, the method invocation is
271271
equivalent to the `method self=Receiver` expression.
272272

273273
### Static method invocation

0 commit comments

Comments
 (0)