We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e8f15 + 9f6da95 commit a416f94Copy full SHA for a416f94
library/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