We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2276e commit df1768dCopy full SHA for df1768d
src/doc/trpl/ufcs.md
@@ -89,7 +89,7 @@ not, and so we need to pass an explicit `&b`.
89
The form of UFCS we just talked about:
90
91
```rust,ignore
92
-Type::method(args);
+Trait::method(args);
93
```
94
95
Is a short-hand. There’s an expanded form of this that’s needed in some
0 commit comments