Skip to content

Commit 36b7b50

Browse files
author
Andre Stackhouse
authored
Fix problem specification for one_away
One of the example inputs had a bad output in the description.
1 parent b6098b1 commit 36b7b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/01-arrays-and-strings/01-05-one_away.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function one_away(s1, s2) {
77
// pale, ple -> true
88
// pales, pale -> true
99
// pale, bale -> true
10-
// pale, bake -> true
10+
// pale, bake -> false
1111

1212
s1_length = s1.length;
1313
s2_length = s2.length;

0 commit comments

Comments
 (0)