diff options
-rw-r--r-- | docs/CodingStandards.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 51c8f238e1..0073e42772 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -592,8 +592,9 @@ to be remembered. Reducing the total number of lines of code you write is a good way to avoid documentation, and avoid giving bugs a place to hide.</p> <p>For these reasons, come to know and love the contents of your local -<algorithm> header file. Know about <functional> and what it can do -for you. C++ is just a tool that wants you to master it. :)</p> +<tt><algorithm></tt> header file. Know about <tt><functional></tt> +and what it can do for you. C++ is just a tool that wants you to master it. +:)</p> </div> |