]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/rust.md
rollup merge of #17297 : treeman/net-unix
[rust.git] / src / doc / rust.md
index 0d1331e6077cd9d2270c0872f14658f700a6bff0..345b7615168f0e98d3d9696bd346694e43ebdeb6 100644 (file)
@@ -3698,7 +3698,7 @@ There are two varieties of pointer in Rust:
     they exist to support interoperability with foreign code,
     and writing performance-critical or low-level functions.
 
-The standard library contains addtional 'smart pointer' types beyond references
+The standard library contains additional 'smart pointer' types beyond references
 and raw pointers.
 
 ### Function types