Skip to content

Commit 52e61db

Browse files
Update 6-matrix.js
1 parent d67a8d0 commit 52e61db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercises/6-matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const max = matrix => {
77
list.push(inside);
88
}
99
}
10-
// easy gggggggggggggggggggggggggggggggg
10+
// gggggggggggggggggggggggggggggggg
1111
return list.reduce((acc, x) => acc > x ? acc : x);
1212
};
1313

0 commit comments

Comments
 (0)