Skip to content

Commit 01d9bad

Browse files
committed
fix: use consistent solutions array name
1 parent f99e90d commit 01d9bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const algorithms = [
1+
const solutions = [
22
require('./is-palindrome-method'),
33
require('./is-palindrome-while')
44
]
55

6-
module.exports = algorithms
6+
module.exports = solutions

0 commit comments

Comments
 (0)