aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/LangImpl7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/LangImpl7.rst')
-rw-r--r--docs/tutorial/LangImpl7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl7.rst b/docs/tutorial/LangImpl7.rst
index c445908..6489407 100644
--- a/docs/tutorial/LangImpl7.rst
+++ b/docs/tutorial/LangImpl7.rst
@@ -632,7 +632,7 @@ own local variables, lets add this next!
User-defined Local Variables
============================
-Adding var/in is just like any other other extensions we made to
+Adding var/in is just like any other extension we made to
Kaleidoscope: we extend the lexer, the parser, the AST and the code
generator. The first step for adding our new 'var/in' construct is to
extend the lexer. As before, this is pretty trivial, the code looks like