mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-09 22:43:34 +00:00
Fix documentation typo in endians.nim (#21949)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
## This module contains helpers that deal with different byte orders
|
||||
## (`endian`:idx:).
|
||||
##
|
||||
## Endianess is the order of bytes of a value in memory. Big-endian means that
|
||||
## Endianness is the order of bytes of a value in memory. Big-endian means that
|
||||
## the most significant byte is stored at the smallest memory address,
|
||||
## while little endian means that the least-significant byte is stored
|
||||
## at the smallest address. See also https://en.wikipedia.org/wiki/Endianness.
|
||||
|
||||
Reference in New Issue
Block a user