Skip to content

Commit 5827183

Browse files
committed
ptr docs: add missing backtics around 'usize'
1 parent 5961e5b commit 5827183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
//! ### Using Strict Provenance
279279
//!
280280
//! 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,
281+
//! operation is casts from `usize` to a pointer. For code which *does* cast a `usize` to a pointer,
282282
//! the scope of the change depends on exactly what you're doing.
283283
//!
284284
//! In general, you just need to make sure that if you want to convert a `usize` address to a

0 commit comments

Comments
 (0)