Skip to content

Commit 24bfe67

Browse files
committed
[meta.endian] Clarify wording regarding size of scalar types
1 parent a667ca3 commit 24bfe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16883,7 +16883,7 @@
1688316883

1688416884
\begin{itemdescr}
1688516885
\pnum
16886-
If all scalar types have size \tcode{1}, then all of \tcode{endian::little},
16886+
If all scalar types have size 1 byte, then all of \tcode{endian::little},
1688716887
\tcode{endian::big}, and \tcode{endian::native} have the same value.
1688816888
Otherwise, \tcode{endian::little} is not equal to \tcode{endian::big}.
1688916889
If all scalar types are big-endian, \tcode{endian::native} is

0 commit comments

Comments
 (0)