We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5961e5b commit 5827183Copy full SHA for 5827183
library/core/src/ptr/mod.rs
@@ -278,7 +278,7 @@
278
//! ### Using Strict Provenance
279
//!
280
//! Most code needs no changes to conform to strict provenance, as the only really concerning
281
-//! operation is casts from usize to a pointer. For code which *does* cast a `usize` to a pointer,
+//! operation is casts from `usize` to a pointer. For code which *does* cast a `usize` to a pointer,
282
//! the scope of the change depends on exactly what you're doing.
283
284
//! In general, you just need to make sure that if you want to convert a `usize` address to a
0 commit comments