We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da2276e + df1768d commit d8b64c7Copy full SHA for d8b64c7
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