Skip to content

Commit 4c331eb

Browse files
authored
Rename 9-Palindrom-Number.ts to 9-Palindrome-Number.ts
1 parent ad6c40f commit 4c331eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/9-Palindrom-Number.ts renamed to typescript/9-Palindrome-Number.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ var isPalindrome = (x: number) => {
1010
}
1111
}
1212
return true;
13-
};
13+
};

0 commit comments

Comments
 (0)