diff --git a/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst b/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst index c37c9600f51..7170b0fb25d 100644 --- a/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst +++ b/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst @@ -90,7 +90,7 @@ detail, we just need a single instance to pass into APIs that require it. The ``Builder`` object is a helper object that makes it easy to generate LLVM instructions. Instances of the -`IRBuilder `_ +`IRBuilder `_ class template keep track of the current place to insert instructions and has methods to create new instructions.