In Definition $2.18$ of Baby Rudin, Rudin defines boundedness for metric spaces as follows: given a metric space $X$, and a set $E \subset X$, we say $E$ is bounded if there exists a real number $M$ and a point $q \in X$ such that $d(p,q) < M$ for all $p \in E$.
Per this definition, if $E=X=\varnothing$, then $E$ is unbounded. The reason is that "there exists a point $q \in X$" is a false statement if $X = \varnothing$.
Should this be regarded as a minor mistake/typo in Baby Rudin? Or are there particular reasons the empty set should be considered unbounded?
If we use the alternative definition that a set $E$ is bounded if there exists a real number $M$ such that for all $p,q \in E$, $d(p,q) < M$, then this coincides with the above definition for nonempty sets, but also always considers the empty set bounded.