diff --git a/doc/jsweet-language-specifications.tex b/doc/jsweet-language-specifications.tex index 7d4038ff..476d5d27 100644 --- a/doc/jsweet-language-specifications.tex +++ b/doc/jsweet-language-specifications.tex @@ -441,7 +441,7 @@ for (Node node : nodes) { \section{Enums} -JSweet allows the definition of enums similarly to Java. The following code declares an enum with tree possible values (\texttt{A}, \texttt{B}, and \texttt{C}). +JSweet allows the definition of enums similarly to Java. The following code declares an enum with three possible values (\texttt{A}, \texttt{B}, and \texttt{C}). \begin{lstlisting}[language=Java] enum MyEnum {