mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 06:26:05 +08:00
fix: spelling error in CONTRIBUTING.md (#1531)
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user