We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b14d6d commit 1645f31Copy full SHA for 1645f31
1 file changed
src/main/java/com/thealgorithms/maths/SieveOfAtkin.java
@@ -14,7 +14,7 @@
14
public final class SieveOfAtkin {
15
16
private SieveOfAtkin() {
17
- // Utlity class; prevent instantiation
+ // Utility class; prevent instantiation
18
}
19
20
/**
0 commit comments