Skip to content

Commit e178524

Browse files
Update endian.md
1 parent 66a08f1 commit e178524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/buffer/endian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ There are only 2 ways of ordering, which are little and big endian.
55
* **Little Endian (LE)** groups bytes by the least significant byte at the lowest address.
66
* **Big Endian (BE)** stores the most significant byte at the lowest address, it is meant for human readability.
77

8-
~hint
8+
### ~hint
99
An endian order must have at least a group of 2 bytes.

0 commit comments

Comments
 (0)