We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158ff5c commit 6959441Copy full SHA for 6959441
library/std/src/os/unix/io/mod.rs
@@ -46,7 +46,7 @@
46
//!
47
//! ## `/proc/self/mem` and similar OS features
48
49
-//! Some platforms have special files, such as `/proc/self/mem`, which
+//! Some platforms have special files, such as `/proc/self/mem`, which
50
//! provide read and write access to the process's memory. Such reads
51
//! and writes happen outside the control of the Rust compiler, so they do not
52
//! uphold Rust's memory safety guarantees.
0 commit comments