diff options
-rw-r--r-- | llvm/docs/tutorial/BuildingAJIT1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/BuildingAJIT1.rst b/llvm/docs/tutorial/BuildingAJIT1.rst index 1e5ce17a8a5..549432706aa 100644 --- a/llvm/docs/tutorial/BuildingAJIT1.rst +++ b/llvm/docs/tutorial/BuildingAJIT1.rst @@ -305,8 +305,8 @@ like a mini-LLI), feed to next chapter.* Full Code Listing ================= -Here is the complete code listing for our running example, enhanced with -mutable variables and var/in support. To build this example, use: +Here is the complete code listing for our running example. To build this +example, use: .. code-block:: bash |