We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675530b commit 837ce42Copy full SHA for 837ce42
core/src/intrinsics/mod.rs
@@ -3213,7 +3213,7 @@ pub const fn is_val_statically_known<T: Copy>(_arg: T) -> bool {
3213
/// * The region of memory beginning at `x` must *not* overlap with the region of memory
3214
/// beginning at `y`.
3215
///
3216
-/// * The memory pointed by `x` and `y` must contain correct value of type `T`.
+/// * The memory pointed by `x` and `y` must both contain values of type `T`.
3217
3218
/// [valid]: crate::ptr#safety
3219
#[rustc_nounwind]
0 commit comments