Correct typo in documentation

This commit is contained in:
Joel Moberg 2021-03-23 13:12:45 +01:00 committed by GitHub
parent b5428f41ce
commit 3d088fb6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {