Skip to content

Commit 5912d4e

Browse files
committed
feat: complted lesson_07
1 parent d5ec37d commit 5912d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_07/conditionals/src/lesson7.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function compareStrings(a: string, b: string): number {
1313
if (distance < 0){
1414
return -1;
1515
}
16-
16+
1717
if (distance > 0) {
1818
return 1;
1919

0 commit comments

Comments
 (0)