Skip to content

Commit 1d37ed9

Browse files
committed
fixing styling and formatting
1 parent f9a154b commit 1d37ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: String/CheckPalindrome.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
44
* Palindrome check is case sensitive; i.e., "Aba" is not considered a palindrome.
5-
*
5+
*
66
* @param {string} str The input string to be checked for palindrome.
77
* @returns {string} Returns 'Palindrome' if the input string is a palindrome,
88
* 'Not a Palindrome' if it is not, or an error message if the input is not a valid string.

0 commit comments

Comments
 (0)