Skip to content

Commit 60ec6a0

Browse files
authored
Tweak sentence in transmute docs
1 parent f8abed9 commit 60ec6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ extern "rust-intrinsic" {
961961
/// Below are common applications of `transmute` which can be replaced with safer
962962
/// constructs.
963963
///
964-
/// Turning raw bytes(`&[u8]`) to `u32`, `f64`, etc.:
964+
/// Turning raw bytes (`&[u8]`) into `u32`, `f64`, etc.:
965965
///
966966
/// ```
967967
/// let raw_bytes = [0x78, 0x56, 0x34, 0x12];

0 commit comments

Comments
 (0)