Skip to content

Commit

Permalink
Remove random arrow from Endianness example (#26767)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevennyman authored May 14, 2023
1 parent 2289452 commit 5661571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/glossary/endianness/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Examples with the number `0x12345678` (i.e. 305 419 896 in decimal):

- _little-endian_: `0x78 0x56 0x34 0x12`
- _big-endian_: `0x12 0x34 0x56 0x78`
- _mixed-endian_ (historic and very rare): `0x34 0x12 0x78 0x56`<-
- _mixed-endian_ (historic and very rare): `0x34 0x12 0x78 0x56`

## See also

Expand Down

0 comments on commit 5661571

Please sign in to comment.