Skip to content

Commit ccf3d7a

Browse files
committed
typo
1 parent 1fc9b11 commit ccf3d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ code.
5555
* Invalid values for a type with a custom definition of invalid values.
5656

5757
> **Note**: For `rustc`, those types are [`NonNull<T>`] and [`NonZero*`].
58-
> Requesting custom invalid types requires the unstable `rustc_layout_scalar_valid_range_*` attributes.
58+
> Requesting custom invalid values requires the unstable `rustc_layout_scalar_valid_range_*` attributes.
5959
6060
A reference/pointer is "dangling" if it is null or not all of the bytes it
6161
points to are part of the same allocation (so in particular they all have to be

0 commit comments

Comments
 (0)