diff --git a/text/3729-sized-hierarchy.md b/text/3729-sized-hierarchy.md index 2ebb75e9ddb..35d74819af7 100644 --- a/text/3729-sized-hierarchy.md +++ b/text/3729-sized-hierarchy.md @@ -557,8 +557,8 @@ fn another_use_of_size_of() -> [u8; size_of::()] { ``` [`size_of_val`][api_size_of_val] is also const-stable, so like `size_of` above, -its bound should be changed to `T: ~const Sized` and this would not result in any -breakage due to the previously described edition migration. +its bound should be changed to `T: ~const ValueSized` and this would not result in +any breakage due to the previously described edition migration. ```rust pub const fn size_of_val(val: &T) -> usize