We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84875f commit 83b3d92Copy full SHA for 83b3d92
concepts/integers/about.md
@@ -9,7 +9,7 @@ Integers all have a **bit width**, which is just the number of bits making up th
9
the maximum value which can be represented by that integer type.
10
11
For example, one of the most common integer types is a `u8`: an unsigned, 8-bit integer. You may
12
-recognize this type as a single byte. This has a minimum value of 0 and a maximum value of 256.
+recognize this type as a single byte. This has a minimum value of 0 and a maximum value of 255.
13
14
Rust has 12 integer primitive types, broken out by bit width and signedness:
15
0 commit comments