Skip to content

Commit c79edfb

Browse files
Update src/values.md
Co-authored-by: Ruby Lazuli <general@patchmixolydic.com>
1 parent ab0702b commit c79edfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ r[value]
77
r[value.byte]
88

99
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.
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.
1111

1212
> [!NOTE]
1313
> While bytes in Rust are typically lowered to hardware bytes, they may contain additional values,

0 commit comments

Comments
 (0)