Skip to content

Commit 713e423

Browse files
Update and rename docs/litAndBigEndian.md to docs/reference/buffer/endian.md
1 parent aa99fc7 commit 713e423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Little Endian and Big Enndian
1+
## Endian
2+
There are 2 endian's for grouping bytes, which are little and big endian.
23
**Little Endian** groups bytes by the least significant byte at the lowest address.
34
**Big Endian** stores the most significant byte at the lowest address, it is meant for human readability.
4-

0 commit comments

Comments
 (0)