Skip to content

Commit f3a47b9

Browse files
committed
[NFC] [Docs] add missing space
1 parent 78d8ab2 commit f3a47b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ProgrammersManual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ Whatever code you want that control, use ``DebugCounter::shouldExecute`` to cont
13631363
I->eraseFromParent();
13641364

13651365
That's all you have to do. Now, using opt, you can control when this code triggers using
1366-
the '``--debug-counter``' Options.To specify when to execute the codepath.
1366+
the '``--debug-counter``' Options. To specify when to execute the codepath.
13671367

13681368
.. code-block:: none
13691369

0 commit comments

Comments
 (0)