fix: spelling error in CONTRIBUTING.md (#1531)

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Abhinn Mishra
2021-07-10 00:33:57 +05:30
committed by GitHub
parent 6115bc2981
commit 394811e601

View File

@@ -113,7 +113,7 @@ bool func(int param1, T param2) {
* @returns void
*/
static void test() {
/* desciptions of the following test */
/* descriptions of the following test */
assert(func(...) == ...); // this ensures that the algorithm works as expected
// can have multiple checks