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 ed438b9 commit 999a143Copy full SHA for 999a143
src/types/impl-trait.md
@@ -25,7 +25,7 @@ fn foo() -> impl Trait {
25
> Note: This is often called "impl Trait in argument position".
26
27
Functions can declare an argument to be an anonymous type parameter where the
28
-callee must provide a type that has the bounds declared by the anonymous type
+caller must provide a type that has the bounds declared by the anonymous type
29
parameter and the function can only use the methods available by the trait
30
bounds of the anonymous type parameter.
31
0 commit comments