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 219ab9f commit c83a169Copy full SHA for c83a169
1 file changed
docs/reference/buffer/endian.md
@@ -1,5 +1,6 @@
1
## Endian
2
An endian determines the order in which bytes are organized to represent large numbers.
3
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.
+
+* **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