diff --git a/info/exercises/src/ex-03/ex/compute.tex b/info/exercises/src/ex-03/ex/compute.tex index 41072624c821e6595aa6800bb18b7d9c0ace52ee..418f76b7c232769798fe1fd78887b7c7bd4d1790 100644 --- a/info/exercises/src/ex-03/ex/compute.tex +++ b/info/exercises/src/ex-03/ex/compute.tex @@ -197,7 +197,7 @@ corresponding error cell in the parsing table is \((Term, +)\). \item \(2 ~\mathbf{EOF}\) \checkmark \item \(2 * 3 + 4 ~\mathbf{EOF}\) \checkmark - \item \(2 + 3 * 4 ~\mathbf{EOF}\) fails on the \(*\). Error at \((Add, *)\). + \item \(2 + 3 * 4 ~\mathbf{EOF}\) \checkmark \end{enumerate} Example step-by-step LL(1) parsing state for \(2 * 3 + 4\):