Let $A$ a subset of $\mathbb{R}$, let $f\colon A\to\mathbb{R}$ and let $x_0\in\ A.$ We say that $f$ is continuous in $x_0$ if for all $\varepsilon>0$ exists $\delta >0$ such that
$$x\in A, |x-x_0|<\delta\Rightarrow |f(x)-f(x_0)|<\varepsilon$$
On same book I read that $$x\in A, |x-x_0|\le\delta\Rightarrow |f(x)-f(x_0)|\le\varepsilon$$
What is the difference? Thanks!