X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fdoc%2Frust.md;h=345b7615168f0e98d3d9696bd346694e43ebdeb6;hb=d76f51c2649ba7cbb3481c80f85c97618557f87a;hp=0d1331e6077cd9d2270c0872f14658f700a6bff0;hpb=931b11549f3aab00aaaaff39cce33c0f7219b3b6;p=rust.git diff --git a/src/doc/rust.md b/src/doc/rust.md index 0d1331e6077..345b7615168 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -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