We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c149146 + a181b8e commit 867c3a0Copy full SHA for 867c3a0
core/src/intrinsics.rs
@@ -1919,7 +1919,7 @@ extern "rust-intrinsic" {
1919
1920
/// Determines whether the raw bytes of the two values are equal.
1921
///
1922
- /// The is particularly handy for arrays, since it allows things like just
+ /// This is particularly handy for arrays, since it allows things like just
1923
/// comparing `i96`s instead of forcing `alloca`s for `[6 x i16]`.
1924
1925
/// Above some backend-decided threshold this will emit calls to `memcmp`,
0 commit comments