Skip to content

Commit e33fd5e

Browse files
author
khanhkhanhlele
committed
Fix typos in src/main/java/com/thealgorithms/strings/Pangram.java
1 parent f0a437d commit e33fd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/strings/Pangram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static boolean isPangram(String s) {
6060
}
6161

6262
/**
63-
* Checks if a String is Pangram or not by checking if each alhpabet is present or not
63+
* Checks if a String is Pangram or not by checking if each alphabet is present or not
6464
*
6565
* @param s The String to check
6666
* @return {@code true} if s is a Pangram, otherwise {@code false}

0 commit comments

Comments
 (0)