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:
Lê Nam Khánh
2025-11-05 16:25:18 +07:00
committed by GitHub
parent 5c965eb097
commit 2ff284960a

View File

@@ -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}