diff --git a/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java b/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java index eb55b9a22..a652ccbd7 100644 --- a/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java +++ b/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java @@ -71,8 +71,8 @@ public interface SubHyperplane { /** Split the instance in two parts by an hyperplane. * @param hyperplane splitting hyperplane * @return an object containing both the part of the instance - * on the plus side of the instance and the part of the - * instance on the minus side of the instance + * on the plus side of the hyperplane and the part of the + * instance on the minus side of the hyperplane */ SplitSubHyperplane split(Hyperplane hyperplane);