Skip to content

Commit 1c2e99a

Browse files
committed
Fix another javadoc error
1 parent 15fc58a commit 1c2e99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/metaloom/quadtree/spatial/impl/SpatialQuadTreeImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class SpatialQuadTreeImpl<T> extends AbstractQuadTree<T> implements Spati
1818
/**
1919
* Create a new QuadTree with the give start coordinates and size
2020
*
21-
* @param startCorrdinates
21+
* @param startCoordinates
2222
* @param size
2323
*/
2424
public SpatialQuadTreeImpl(Point startCoordinates, Size size) {

0 commit comments

Comments
 (0)