spelling: necessarily

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent cbf1f62950
commit 6d08d9b9c1
3 changed files with 4 additions and 4 deletions
@@ -62,7 +62,7 @@ public class ShapeFixer {
@Override
public boolean equals(Object obj) {
//simplified to be fast, not so neccessarily accurate
//simplified to be fast, not so necessarily accurate
return hashCode() == obj.hashCode();
/*if (this == obj) {
return true;