Skip to content

Commit a416f94

Browse files
authored
Rollup merge of rust-lang#91681 - WaffleLapkin:patch-3, r=scottmcm
fix typo in `intrinsics::raw_eq` docs
2 parents 28e8f15 + 9f6da95 commit a416f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/intrinsics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ extern "rust-intrinsic" {
19191919

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

0 commit comments

Comments
 (0)