mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-28 15:59:01 +00:00
In markdown a single backtick around a term says to format it as fixed-width text, e.g., `fixed-width text`. The rst language uses double back-ticks, e.g., ``fixed-width text``. Fix misuses of single backtick in our documentation. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>