Skip to content

Commit 837ce42

Browse files
DiuDiu777thomcc
andauthored
Update library/core/src/intrinsics/mod.rs
Co-authored-by: Thom Chiovoloni <[email protected]>
1 parent 675530b commit 837ce42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/intrinsics/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,7 @@ pub const fn is_val_statically_known<T: Copy>(_arg: T) -> bool {
32133213
/// * The region of memory beginning at `x` must *not* overlap with the region of memory
32143214
/// beginning at `y`.
32153215
///
3216-
/// * The memory pointed by `x` and `y` must contain correct value of type `T`.
3216+
/// * The memory pointed by `x` and `y` must both contain values of type `T`.
32173217
///
32183218
/// [valid]: crate::ptr#safety
32193219
#[rustc_nounwind]

0 commit comments

Comments
 (0)