Spivak's definition of the absolute value $\left| a \right|$ of $a$ is:
$$\left| a \right| = \begin{cases}
a, \quad a \geq 0 \\
-a, \quad a \leq 0
\end{cases}$$
He adds:
Note that $\left| a \right|$ is always positive, except when $a = 0$
Now, most definitions on the "great" 'interwebs' :-) are the same, except for one subtle difference. For example, here is the Khan Academy definition.
$$\left| a \right| = \begin{cases} a, \quad a \geq 0 \\ -a, \quad a < 0 \end{cases}$$
Spivak says that $0$ is not positive, but does his definition not lead to ambiguity? Am I just nitpicking, or is there something that I am missing here? Thanks in advance.