Skip to content

Commit

Permalink
Update 2023-12-14-check-for-palindrome-string.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravkukade authored Nov 6, 2023
1 parent 1a0769f commit e26a1e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In this tutorial, we will see a Java program to check if the given String is pal

```java
/**
* A java program to check if the gioven string is palindrome or not.
* A Java program to check if the given string is palindrome or not.
* @author coderolls.com
*/
public class PalindromeString {
Expand Down Expand Up @@ -43,4 +43,3 @@ Output
```
The String 'racecar' is a Palindrome String.
```

0 comments on commit e26a1e5

Please sign in to comment.