diff --git a/source/expressions.tex b/source/expressions.tex index af8cef55e4..37ed18d2c0 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -4567,8 +4567,8 @@ and less strict padding requirements on potentially-overlapping subobjects.} \indextext{array!\idxcode{sizeof}}% When applied to an array, the result is the total number of bytes in the -array. This implies that the size of an array of \term{n} elements is -\term{n} times the size of an element. +array. This implies that the size of an array of $n$ elements is +$n$ times the size of an element. \pnum The lvalue-to-rvalue\iref{conv.lval},