We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d88d7 commit 73ca198Copy full SHA for 73ca198
src/types/numeric.md
@@ -42,6 +42,6 @@ within an object along with one byte past the end.
42
`usize` and `isize` are at least 16-bits wide.
43
44
> **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
+> `isize` are either 32-bit or 64-bit. As a consequence, 16-bit
46
> pointer support is limited and may require explicit care and acknowledgment
47
> from a library to support.
0 commit comments