Skip to content

Commit e12796e

Browse files
hjmjohnsonCopilot
andauthored
Update SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6f2666c commit e12796e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3293,7 +3293,7 @@ \section{Backslashes}%
32933293
\end{minted}
32943294
\normalsize
32953295
3296-
The use of a backslash as line continuation character is discouraged in standard c++ code blocks.
3296+
The use of a backslash as line continuation character is discouraged in standard C++ code blocks.
32973297
Backslashes are allowed when defining lengthy preprocessor macros to allow for
32983298
improved readability when they span multiple lines.
32993299

0 commit comments

Comments
 (0)