mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
chore: fix typos in src/main/java/com/thealgorithms/maths/SieveOfAtkin.java (#7037)
Fix typos in src/main/java/com/thealgorithms/maths/SieveOfAtkin.java Co-authored-by: a <19151554+alxkm@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
public final class SieveOfAtkin {
|
||||
|
||||
private SieveOfAtkin() {
|
||||
// Utlity class; prevent instantiation
|
||||
// Utility class; prevent instantiation
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user