Skip to content

Commit 9f6da95

Browse files
authored
fix typo in intrinsics::raw_eq docs
1 parent e6b883c commit 9f6da95

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)