summaryrefslogtreecommitdiffstats
path: root/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst')
-rw-r--r--docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst b/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
index 1a6d6b3f..91287d86 100644
--- a/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
+++ b/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
@@ -3,8 +3,8 @@
misc-throw-by-value-catch-by-reference
======================================
-"cert-err09-cpp" redirects here as an alias for this check.
-"cert-err61-cpp" redirects here as an alias for this check.
+`cert-err09-cpp` redirects here as an alias for this check.
+`cert-err61-cpp` redirects here as an alias for this check.
Finds violations of the rule "Throw by value, catch by reference" presented for
example in "C++ Coding Standards" by H. Sutter and A. Alexandrescu.