[llvm] r361200 - [docs] Fix an RST typo: "code-blocks" should be "code-block".
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 14:33:26 PDT 2019
Author: lhames
Date: Mon May 20 14:33:25 2019
New Revision: 361200
URL: http://llvm.org/viewvc/llvm-project?rev=361200&view=rev
Log:
[docs] Fix an RST typo: "code-blocks" should be "code-block".
Modified:
llvm/trunk/docs/ORCv2DesignAndImplementation.rst
Modified: llvm/trunk/docs/ORCv2DesignAndImplementation.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ORCv2DesignAndImplementation.rst?rev=361200&r1=361199&r2=361200&view=diff
==============================================================================
--- llvm/trunk/docs/ORCv2DesignAndImplementation.rst (original)
+++ llvm/trunk/docs/ORCv2DesignAndImplementation.rst Mon May 20 14:33:25 2019
@@ -124,7 +124,7 @@ module ``M`` loaded on an ThreadSafeCont
The builder clasess provide a number of configuration options that can be
specified before the JIT instance is constructed. For example:
-.. code-blocks:: c++
+.. code-block:: c++
// Build an LLLazyJIT instance that uses four worker threads for compilation,
// and jumps to a specific error handler (rather than null) on lazy compile
More information about the llvm-commits
mailing list