We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2512481 commit ddb9bc1Copy full SHA for ddb9bc1
src/leet-code/0001-two-sum/two-sum.test.js
@@ -26,7 +26,7 @@ for (const { fun, id } of solutions) {
26
)
27
})
28
29
- it('Solves for sume of the same values', () => {
+ it('Solves for sum of the same values', () => {
30
assert.deepEqual(
31
fun([4, 8, -7, 8, 3], 16),
32
[1, 3]
0 commit comments