diff --git a/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java b/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java index 746a94eb5..e4c3c6727 100644 --- a/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java +++ b/src/main/java/org/apache/commons/math3/geometry/spherical/twod/SphericalPolygonsSet.java @@ -48,7 +48,7 @@ public class SphericalPolygonsSet extends AbstractRegion { /** Boundary defined as an array of closed loops start vertices. */ private List loops; - /** Build a polygons set representing the whole real circle. + /** Build a polygons set representing the whole real 2-sphere. * @param tolerance below which points are consider to be identical */ public SphericalPolygonsSet(final double tolerance) {