[docs] Fix an RST typo: "code-blocks" should be "code-block".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361200 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2019-05-20 21:33:25 +00:00
parent 194c9b02cb
commit 56f47d54ce

View File

@ -124,7 +124,7 @@ module ``M`` loaded on an ThreadSafeContext ``Ctx``:
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