[NFC] [Docs] add missing space

This commit is contained in:
Florian Mayer
2024-08-22 10:58:16 -07:00
parent 78d8ab2ab9
commit f3a47b9e25

View File

@@ -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