Skip to content

Commit d9cc779

Browse files
committed
try to resolve not belonging commit
1 parent 1d37ed9 commit d9cc779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

String/CheckPalindrome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Checks if a string is a palindrome.
33
* A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
4-
* Palindrome check is case sensitive; i.e., "Aba" is not considered a palindrome.
4+
* Palindrome check is case sensitive; i.e., "Aba" is not considered a palindrome.
55
*
66
* @param {string} str The input string to be checked for palindrome.
77
* @returns {string} Returns 'Palindrome' if the input string is a palindrome,

0 commit comments

Comments
 (0)