diff --git a/docs/tutorial/LangImpl02.rst b/docs/tutorial/LangImpl02.rst index 701cbc96113..ac8d2d79874 100644 --- a/docs/tutorial/LangImpl02.rst +++ b/docs/tutorial/LangImpl02.rst @@ -708,7 +708,7 @@ For example, here is a sample interaction: There is a lot of room for extension here. You can define new AST nodes, extend the language in many ways, etc. In the `next -installment `_, we will describe how to generate LLVM +installment `_, we will describe how to generate LLVM Intermediate Representation (IR) from the AST. Full Code Listing