Skip to content

Commit 38a7ef7

Browse files
committed
[docs] Remove incorrect markup in a code block
1 parent 6b8a9ff commit 38a7ef7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/docs/MyFirstTypoFix.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,8 @@ works.
241241
242242
$ ninja clang
243243
$ bin/clang -Wall ~/test.cc
244-
245-
**/path/test.cc:1:124:** **warning****: in order to understand recursion, you must
246-
first understand recursion [-Winfinite-recursion]**
244+
/path/test.cc:1:124: warning: in order to understand recursion, you must
245+
first understand recursion [-Winfinite-recursion]
247246
248247
We should also run the tests to make sure we didn't break something.
249248

0 commit comments

Comments
 (0)