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>