Skip to content
Snippets Groups Projects
Commit 3e67094a authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a documentation bug (s/big-endian/little-endian).

parent f0db40fe
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
;
; int8 - a single 8-bit byte (i.e. an octet)
;
; int32 - a 32-bit integer in big-endian format (Intel x86)
; int32 - a 32-bit integer in little-endian format (Intel x86)
;
; int32_varint - a 1 to 5 byte representation of an integer
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment