Skip to content

Commit 6f2666c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3294,8 +3294,8 @@ \section{Backslashes}%
32943294
\normalsize
32953295
32963296
The use of a backslash as line continuation character is discouraged in standard c++ code blocks.
3297-
Backslashes are allowed when defining a lengthy preprocessor macro definitions to allow for
3298-
improved readability when it spans multiple lines.
3297+
Backslashes are allowed when defining lengthy preprocessor macros to allow for
3298+
improved readability when they span multiple lines.
32993299
33003300
\section{Using Standard Macros}%
33013301
\label{sec:UsingStandardMacros}

0 commit comments

Comments
 (0)