]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/src/ch19-04-advanced-types.md
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / doc / book / src / ch19-04-advanced-types.md
index c30a8473728f99c597568279a4578119ffd66e68..a4b1d1d3c215825b1d5120b6c3fda9c7d1776934 100644 (file)
@@ -105,7 +105,7 @@ the `Write` trait:
 {{#rustdoc_include ../listings/ch19-advanced-features/no-listing-05-write-trait/src/lib.rs}}
 ```
 
-The `Result<..., Error>` is repeated a lot. As such, `std::io` has this type of
+The `Result<..., Error>` is repeated a lot. As such, `std::io` has this type
 alias declaration:
 
 ```rust,noplayground