Skip to content

Commit ddb9bc1

Browse files
committed
doc: remove typo
1 parent 2512481 commit ddb9bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/leet-code/0001-two-sum/two-sum.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for (const { fun, id } of solutions) {
2626
)
2727
})
2828

29-
it('Solves for sume of the same values', () => {
29+
it('Solves for sum of the same values', () => {
3030
assert.deepEqual(
3131
fun([4, 8, -7, 8, 3], 16),
3232
[1, 3]

0 commit comments

Comments
 (0)