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 ab0702b commit c79edfbCopy full SHA for c79edfb
src/values.md
@@ -7,7 +7,7 @@ r[value]
7
r[value.byte]
8
9
r[value.byte.intro]
10
-The Most basic unit of Memory in Rust is a Byte. All values in Rust are computed from 0 or more bytes read from an allocation.
+The most basic unit of memory in Rust is a byte. All values in Rust are computed from 0 or more bytes read from an allocation.
11
12
> [!NOTE]
13
> While bytes in Rust are typically lowered to hardware bytes, they may contain additional values,
0 commit comments