chore: fix spelling typos in the README.md file (#1932)

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Orlando Lopez
2022-02-02 08:33:15 -05:00
committed by GitHub
parent 543d6e0135
commit d03a7068d0

View File

@@ -21,7 +21,7 @@ Being a contributor at The Algorithms, we request you to follow the points menti
**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.
@@ -208,7 +208,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp --
#### Code Formatter
[`__clang-format__`](https://clang.llvm.org/docs/ClangFormat.html) is used for code forrmating.
[`__clang-format__`](https://clang.llvm.org/docs/ClangFormat.html) is used for code formatting.
- Installation (only needs to be installed once.)
- Mac (using home-brew): `brew install clang-format`