Skip to content

Commit

Permalink
Replace \term{n} with $n$.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Jan 23, 2019
1 parent aa599e8 commit 73ca144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/expressions.tex
Expand Up @@ -4311,8 +4311,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 \tcode{sizeof} operator can be applied to a pointer to a function,
Expand Down

0 comments on commit 73ca144

Please sign in to comment.