Skip to content

Commit 2ff2849

Browse files
author
Lê Nam Khánh
authored
chore: fix typos in src/main/java/com/thealgorithms/strings/Pangram.java (#7044)
Fix typos in src/main/java/com/thealgorithms/strings/Pangram.java Co-authored-by: a 19151554+alxkm@users.noreply.github.com
1 parent 5c965eb commit 2ff2849

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)