diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst index 41d1388e5bf7..98803ddffd08 100644 --- a/llvm/docs/ProgrammersManual.rst +++ b/llvm/docs/ProgrammersManual.rst @@ -1363,7 +1363,7 @@ Whatever code you want that control, use ``DebugCounter::shouldExecute`` to cont I->eraseFromParent(); That's all you have to do. Now, using opt, you can control when this code triggers using -the '``--debug-counter``' Options.To specify when to execute the codepath. +the '``--debug-counter``' Options. To specify when to execute the codepath. .. code-block:: none