Skip to content

Commit b577d7e

Browse files
RalfJungkennytm
andauthored
fix typo
Co-authored-by: kennytm <kennytm@gmail.com>
1 parent 5d1747b commit b577d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ fnptr_impls_args! { A, B, C, D, E, F, G, H, I, J, K, L }
15451545
/// assert_eq!(unsafe { raw_f2.read_unaligned() }, 2);
15461546
/// ```
15471547
///
1548-
/// See [`addr_of_mut`] for how to create a pointer to ininitialized data.
1548+
/// See [`addr_of_mut`] for how to create a pointer to unininitialized data.
15491549
/// Doing that with `addr_of` would not make much sense since one could only
15501550
/// read the data, and that would be Undefined Behavior.
15511551
#[stable(feature = "raw_ref_macros", since = "1.51.0")]

0 commit comments

Comments
 (0)