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.
2 parents 330e7a8 + 6b51197 commit 8888f94Copy full SHA for 8888f94
src/types/alias.md
@@ -24,8 +24,8 @@ fn main() {
24
}
25
```
26
27
-The main use of aliases is to reduce boilerplate; for example the `IoResult<T>` type
28
-is an alias for the `Result<T, IoError>` type.
+The main use of aliases is to reduce boilerplate; for example the `io::Result<T>` type
+is an alias for the `Result<T, io::Error>` type.
29
30
### See also:
31
0 commit comments