diff --git a/text/0000-import-trait-associated-functions.md b/text/0000-import-trait-associated-functions.md index 8bb884d90..d29e812f4 100644 --- a/text/0000-import-trait-associated-functions.md +++ b/text/0000-import-trait-associated-functions.md @@ -202,7 +202,7 @@ which compiles if and only if `T` and `Self` can be inferred from the function c ``` fn func(self, b: T, c: i32) {} ``` -then `Trait` would be inferred to be ``. +then `Trait` would be inferred to be ``. Generics on `Trait` are not directly specifiable when a function is called in this way. To call a function with explicit types specified you must use the usual fully qualified syntax. # Drawbacks [drawbacks]: #drawbacks