I wrote the definitions below. Are they accurate? If not, what correction(s) should be made? You may think based on an apparent lower bound for my level of mathematical maturity that I could answer this question for myself, but peer review is important to me.
The $\varepsilon$-$\delta$ definition of a limit. Let $f$ be a function defined on an open interval containing a number $a$ except possibly at $a$. Then, for some number $L$, \begin{equation*} \lim_{x \rightarrow a} f\left(x\right) = L \end{equation*} if $\forall \varepsilon > 0, \exists \delta > 0$ such that $\forall x$ in the domain of $f$, \begin{equation*} |x - a| < \delta \implies |f\left(x\right) - L| < \varepsilon. \end{equation*} The $\varepsilon$-$\delta$ definition of a left-hand limit. Let $f$ be a function defined on an interval with a number $a$ as its right endpoint. Then, for some number $L$, \begin{equation*} \lim_{x \rightarrow a^-} f\left(x\right) = L \end{equation*} if $\forall \varepsilon > 0, \exists \delta > 0$ such that $\forall x$ in the domain of $f$, \begin{equation*} a - \delta < x < a \implies |f\left(x\right) - L| < \varepsilon. \end{equation*}