Skip to content

Commit 73ca198

Browse files
ehussjoshtriplett
andcommitted
Apply joshtriplett's suggestion
Co-authored-by: Josh Triplett <[email protected]>
1 parent c4d88d7 commit 73ca198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/numeric.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ within an object along with one byte past the end.
4242
`usize` and `isize` are at least 16-bits wide.
4343

4444
> **Note**: Many pieces of Rust code may assume that pointers, `usize`, and
45-
> `isize` are at least 32-bit and at most 64-bit. As a consequence, 16-bit
45+
> `isize` are either 32-bit or 64-bit. As a consequence, 16-bit
4646
> pointer support is limited and may require explicit care and acknowledgment
4747
> from a library to support.

0 commit comments

Comments
 (0)