diff --git a/docs/tutorial/LangImpl3.rst b/docs/tutorial/LangImpl3.rst index b7418ccf32a..26ba4aae956 100644 --- a/docs/tutorial/LangImpl3.rst +++ b/docs/tutorial/LangImpl3.rst @@ -85,7 +85,7 @@ structure that the LLVM IR uses to contain code. 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. diff --git a/docs/tutorial/OCamlLangImpl3.rst b/docs/tutorial/OCamlLangImpl3.rst index fd9f0e5cd3f..10d463b93ac 100644 --- a/docs/tutorial/OCamlLangImpl3.rst +++ b/docs/tutorial/OCamlLangImpl3.rst @@ -65,7 +65,7 @@ the top-level structure that the LLVM IR uses to contain code. The ``Codegen.builder`` object is a helper object that makes it easy to generate LLVM instructions. Instances of the -```IRBuilder`` `_ +`IRBuilder `_ class keep track of the current place to insert instructions and has methods to create new instructions.