We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2666c commit e12796eCopy full SHA for e12796e
SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
@@ -3293,7 +3293,7 @@ \section{Backslashes}%
3293
\end{minted}
3294
\normalsize
3295
3296
-The use of a backslash as line continuation character is discouraged in standard c++ code blocks.
+The use of a backslash as line continuation character is discouraged in standard C++ code blocks.
3297
Backslashes are allowed when defining lengthy preprocessor macros to allow for
3298
improved readability when they span multiple lines.
3299
0 commit comments