]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Coding Guidelines: Some formatting of C++ keywords
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 10 Aug 2023 14:57:18 +0000 (16:57 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Thu, 10 Aug 2023 14:57:18 +0000 (16:57 +0200)
CODING_GUIDELINES.md

index 48cefc6e76f2564fe52b6dbcf0bce941fe7714dd..cb3ab3238584821bfc816f5e0ff4f716339ed0d8 100644 (file)
@@ -661,7 +661,7 @@ For example, the main connection handling function of a server can catch `std::e
 
 ### Catching Exceptions
 
-Catching exceptions should always be done by const reference:
+Catching exceptions should always be done by `const`-reference:
 
 ```c+++
 try {