summaryrefslogtreecommitdiff
path: root/paper/ast.tex
diff options
context:
space:
mode:
Diffstat (limited to 'paper/ast.tex')
-rw-r--r--paper/ast.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/paper/ast.tex b/paper/ast.tex
index 97feb04..6b5ab8b 100644
--- a/paper/ast.tex
+++ b/paper/ast.tex
@@ -13,8 +13,8 @@ in the grammar of \autoref{sec:intro:while}. These operators could also be
constructed from other boolean expressions. We have also added \CI{Div} for
integer division.
-As an example, the example program from \autoref{sec:intro:while} would be
-stored in the AST as follows:
+As an example, the program from \autoref{sec:intro:while} would be stored in
+the AST as follows:
\begin{lstlisting}
Compose