summaryrefslogtreecommitdiff
path: root/dev/v8-syntax/syntax-v8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'dev/v8-syntax/syntax-v8.tex')
-rw-r--r--dev/v8-syntax/syntax-v8.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/v8-syntax/syntax-v8.tex b/dev/v8-syntax/syntax-v8.tex
index 6630be06..64431ea1 100644
--- a/dev/v8-syntax/syntax-v8.tex
+++ b/dev/v8-syntax/syntax-v8.tex
@@ -81,7 +81,7 @@ Parenthesis are used to group regexps. Beware to distinguish this operator
$\GR{~}$ from the terminals $\ETERM{( )}$, and $\mid$ from terminal
\TERMbar.
-Rules are optionaly annotated in the right margin with:
+Rules are optionally annotated in the right margin with:
\begin{itemize}
\item a precedence and associativity (L for left, R for right and N for no associativity), indicating how to solve conflicts;
lower levels are tighter;