Skip to content

Commit 394811e

Browse files
fix: spelling error in CONTRIBUTING.md (TheAlgorithms#1531)
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 6115bc2 commit 394811e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ bool func(int param1, T param2) {
113113
* @returns void
114114
*/
115115
static void test() {
116-
/* desciptions of the following test */
116+
/* descriptions of the following test */
117117
assert(func(...) == ...); // this ensures that the algorithm works as expected
118118

119119
// can have multiple checks

0 commit comments

Comments
 (0)