Skip to content

Commit d364185

Browse files
authored
Tweak sentence in transmute docs
1 parent 56bdac6 commit d364185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/intrinsics.rs

Lines changed: 1 addition & 1 deletion
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)