Skip to content

Commit

Permalink
Rollup merge of rust-lang#92328 - camelid:sentence, r=scottmcm
Browse files Browse the repository at this point in the history
Tweak sentence in `transmute` docs
  • Loading branch information
matthiaskrgr authored Jan 11, 2022
2 parents 24b4c3f + 60ec6a0 commit b1f52e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ extern "rust-intrinsic" {
/// Below are common applications of `transmute` which can be replaced with safer
/// constructs.
///
/// Turning raw bytes(`&[u8]`) to `u32`, `f64`, etc.:
/// Turning raw bytes (`&[u8]`) into `u32`, `f64`, etc.:
///
/// ```
/// let raw_bytes = [0x78, 0x56, 0x34, 0x12];
Expand Down

0 comments on commit b1f52e5

Please sign in to comment.