From f5eeb733305ca5690ea2865b56f26bf2edea0b25 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Wed, 2 Feb 2022 13:40:56 +0000 Subject: [PATCH] Documentation for d03a7068d017ac7f78e70beb25a481a8554054ab --- d6/dcd/md__c_o_n_t_r_i_b_u_t_i_n_g.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 69953eb45..63ffd1dbb 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 @@ -113,7 +113,7 @@ Contributor
  • Please follow the repository guidelines and standards mentioned below.
  • New implementation New implementations are welcome!

    -

    You can add new algorithms or data structures which are not present in the repository or that can improve the old implementations (documentation, improving test cases, removing bugs or in any other resonable sense)

    +

    You can add new algorithms or data structures which are not present in the repository or that can improve the old implementations (documentation, improving test cases, removing bugs or in any other reasonable sense)

    Issues Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request, and it will be evaluated by project maintainers. @subsection autotoc_md26 Making Changes @@ -299,7 +299,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 forrmating. +<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>