[llvm] 38a7ef7 - [docs] Remove incorrect markup in a code block

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 01:50:22 PDT 2023


Author: Dmitri Gribenko
Date: 2023-07-06T10:50:12+02:00
New Revision: 38a7ef7f64b0f23aea460952647dcb7d822e8cf1

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

LOG: [docs] Remove incorrect markup in a code block

Added: 
    

Modified: 
    llvm/docs/MyFirstTypoFix.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/MyFirstTypoFix.rst b/llvm/docs/MyFirstTypoFix.rst
index 662387cd810c6d..dc032375bf9fa6 100644
--- a/llvm/docs/MyFirstTypoFix.rst
+++ b/llvm/docs/MyFirstTypoFix.rst
@@ -241,9 +241,8 @@ works.
 
    $ ninja clang
    $ bin/clang -Wall ~/test.cc
-
-   **/path/test.cc:1:124:** **warning****: in order to understand recursion, you must
-   first understand recursion [-Winfinite-recursion]**
+   /path/test.cc:1:124: warning: in order to understand recursion, you must
+   first understand recursion [-Winfinite-recursion]
 
 We should also run the tests to make sure we didn't break something.
 


        


More information about the llvm-commits mailing list