Skip to content

Commit 1645f31

Browse files
Lê Nam Khánhalxkm
andauthored
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>
1 parent 3b14d6d commit 1645f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/maths/SieveOfAtkin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public final class SieveOfAtkin {
1515

1616
private SieveOfAtkin() {
17-
// Utlity class; prevent instantiation
17+
// Utility class; prevent instantiation
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)