Skip to content

Commit bb1eca6

Browse files
committed
Fix Clang sphinx build
This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/92/builds/36449
1 parent 6eb8ee9 commit bb1eca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ClangRepl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Clang-Repl Usage
2121
================
2222

2323

24-
.. code-block:: c++
24+
.. code-block:: text
2525
2626
clang-repl> #include <iostream>
2727
clang-repl> int f() { std::cout << "Hello Interpreted World!\n"; return 0; }

0 commit comments

Comments
 (0)