mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 21:50:29 +00:00
[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:
parent
194c9b02cb
commit
56f47d54ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user