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 66a08f1 commit e178524Copy full SHA for e178524
1 file changed
docs/reference/buffer/endian.md
@@ -5,5 +5,5 @@ There are only 2 ways of ordering, which are little and big endian.
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.
7
8
-~hint
+### ~hint
9
An endian order must have at least a group of 2 bytes.
0 commit comments