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 d4c66b3 commit 2aee23cCopy full SHA for 2aee23c
src/type-coercions.md
@@ -36,8 +36,8 @@ r[coerce.site.value]
36
r[coerce.site.argument]
37
* Arguments for function calls
38
39
- The value being coerced is the actual parameter, and it is coerced to
40
- the type of the formal parameter.
+ The value being coerced is the argument, and it is coerced to
+ the type of the parameter.
41
42
For example, `&mut 42` is coerced to have type `&i8` in the following:
43
0 commit comments