We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb8ee9 commit bb1eca6Copy full SHA for bb1eca6
clang/docs/ClangRepl.rst
@@ -21,7 +21,7 @@ Clang-Repl Usage
21
================
22
23
24
-.. code-block:: c++
+.. code-block:: text
25
26
clang-repl> #include <iostream>
27
clang-repl> int f() { std::cout << "Hello Interpreted World!\n"; return 0; }
0 commit comments