We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c965eb commit 2ff2849Copy full SHA for 2ff2849
src/main/java/com/thealgorithms/strings/Pangram.java
@@ -60,7 +60,7 @@ public static boolean isPangram(String s) {
60
}
61
62
/**
63
- * Checks if a String is Pangram or not by checking if each alhpabet is present or not
+ * Checks if a String is Pangram or not by checking if each alphabet is present or not
64
*
65
* @param s The String to check
66
* @return {@code true} if s is a Pangram, otherwise {@code false}
0 commit comments