From 865f23047ef368bba529f41975e4295d40998abc Mon Sep 17 00:00:00 2001
From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Date: Thu, 29 Sep 2022 19:37:11 +0000
Subject: [PATCH] Documentation for c1f17927aad2c98126cdf2edbede8dd8751fd625
---
d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html b/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html
index 1c32cc4c7..6558e8aaf 100644
--- a/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html
+++ b/d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html
@@ -310,7 +310,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp --
@subsubsection autotoc_md37 Code Formatter
-<a href="https://clang.llvm.org/docs/ClangFormat.html" target="_blank" ><tt>__clang-format__</tt></a> is used for code formatting.
+<a href="https://clang.llvm.org/docs/ClangFormat.html" target="_blank" ><tt>clang-format</tt></a> is used for code formatting.
- Installation (only needs to be installed once.)
- Mac (using home-brew): <tt>brew install clang-format</tt>