We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8ed9bf + 6c6d27d commit 5560f8cCopy full SHA for 5560f8c
src/libcore/option.rs
@@ -46,7 +46,7 @@
46
//! # Options and pointers ("nullable" pointers)
47
//!
48
//! Rust's pointer types must always point to a valid location; there are
49
-//! no "null" pointers. Instead, Rust has *optional* pointers, like
+//! no "null" references. Instead, Rust has *optional* pointers, like
50
//! the optional owned box, [`Option`]`<`[`Box<T>`]`>`.
51
52
//! The following example uses [`Option`] to create an optional box of
0 commit comments