[llvm] f3a47b9 - [NFC] [Docs] add missing space

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 10:59:16 PDT 2024


Author: Florian Mayer
Date: 2024-08-22T10:59:01-07:00
New Revision: f3a47b9e25e7aca0dc2cd2dec30cedd9aeffaecf

URL: https://github.com/llvm/llvm-project/commit/f3a47b9e25e7aca0dc2cd2dec30cedd9aeffaecf
DIFF: https://github.com/llvm/llvm-project/commit/f3a47b9e25e7aca0dc2cd2dec30cedd9aeffaecf.diff

LOG: [NFC] [Docs] add missing space

Added: 
    

Modified: 
    llvm/docs/ProgrammersManual.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index 41d1388e5bf7e9..98803ddffd0823 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
 


        


More information about the llvm-commits mailing list