Skip to content

Commit

Permalink
fix typo in intrinsics::raw_eq docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin authored Dec 8, 2021
1 parent e6b883c commit 9f6da95
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 @@ -1919,7 +1919,7 @@ extern "rust-intrinsic" {

/// Determines whether the raw bytes of the two values are equal.
///
/// The is particularly handy for arrays, since it allows things like just
/// This is particularly handy for arrays, since it allows things like just
/// comparing `i96`s instead of forcing `alloca`s for `[6 x i16]`.
///
/// Above some backend-decided threshold this will emit calls to `memcmp`,
Expand Down

0 comments on commit 9f6da95

Please sign in to comment.