We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75988c commit 6f2666cCopy full SHA for 6f2666c
SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
@@ -3294,8 +3294,8 @@ \section{Backslashes}%
3294
\normalsize
3295
3296
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.
+Backslashes are allowed when defining lengthy preprocessor macros to allow for
+improved readability when they span multiple lines.
3299
3300
\section{Using Standard Macros}%
3301
\label{sec:UsingStandardMacros}
0 commit comments