Skip to content

Commit c83a169

Browse files
Update endian.md
1 parent 219ab9f commit c83a169

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/reference/buffer/endian.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Endian
22
An endian determines the order in which bytes are organized to represent large numbers.
33
There are only 2 ways of ordering, which are little and big endian.
4-
**Little Endian (LE)** groups bytes by the least significant byte at the lowest address.
5-
**Big Endian (BE)** stores the most significant byte at the lowest address, it is meant for human readability.
4+
5+
* **Little Endian (LE)** groups bytes by the least significant byte at the lowest address.
6+
* **Big Endian (BE)** stores the most significant byte at the lowest address, it is meant for human readability.

0 commit comments

Comments
 (0)