[docs] Fix an RST typo: "code-blocks" should be "code-block".
authorLang Hames <lhames@gmail.com>
Mon, 20 May 2019 21:33:25 +0000 (21:33 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 20 May 2019 21:33:25 +0000 (21:33 +0000)
llvm-svn: 361200

llvm/docs/ORCv2DesignAndImplementation.rst

index ee1c72eb1359674f80e8a691b876042711bbeaed..40702af53dadcca2449cc8c75617c6d9ce670f75 100644 (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