mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
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
This commit is contained in:
@@ -60,7 +60,7 @@ public final class Pangram {
|
||||
}
|
||||
|
||||
/**
|
||||
* 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
|
||||
*
|
||||
* @param s The String to check
|
||||
* @return {@code true} if s is a Pangram, otherwise {@code false}
|
||||
|
||||
Reference in New Issue
Block a user