[docs] Fix formatting in ORCv2.rst.

Bold and fixed-width do not appear to mix well.
This commit is contained in:
Lang Hames 2020-11-12 11:08:58 +11:00
parent 984e87923f
commit 48ee1ea05c
1 changed files with 3 additions and 3 deletions

View File

@ -771,8 +771,8 @@ listed below.
Current Work
------------
1. **``TargetProcessControl``: Improvements to in-tree support for
out-of-process execution.**
1. **TargetProcessControl: Improvements to in-tree support for out-of-process
execution**
The ``TargetProcessControl`` API provides various operations on the JIT
target process (the one which will execute the JIT'd code), including
@ -782,7 +782,7 @@ Current Work
JITing.
2. **ORC RPC based ``TargetProcessControl`` implementation**
2. **ORC RPC based TargetProcessControl implementation**
An ORC RPC based implementation of the ``TargetProcessControl`` API is
currently under development to enable easy out-of-process JITing via