We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2c537 commit aa425a8Copy full SHA for aa425a8
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