[geos-commits] [SCM] GEOS branch master updated. fa0ff9bb09549a4aa3975b371975edf46855fb4a

git at osgeo.org git at osgeo.org
Tue Aug 27 08:06:12 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  fa0ff9bb09549a4aa3975b371975edf46855fb4a (commit)
      from  f90b1db9336c440354344c4bca0ae7bab7662800 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fa0ff9bb09549a4aa3975b371975edf46855fb4a
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue Aug 27 11:05:40 2019 -0400

    Fix doc typos
    
    Fixes #969
    [ci skip]

diff --git a/include/geos/operation/union/UnaryUnionOp.h b/include/geos/operation/union/UnaryUnionOp.h
index f32631c..9ee14b2 100644
--- a/include/geos/operation/union/UnaryUnionOp.h
+++ b/include/geos/operation/union/UnaryUnionOp.h
@@ -78,7 +78,7 @@ namespace geounion {  // geos::operation::geounion
  *   [LineMerger](@ref operation::linemerge::LineMerger) class
  *   can be used.
  * - Unioning a set of [Points](@ref geom::Point) has the effect of merging
- *   al identical points (producing a set with no duplicates).
+ *   all identical points (producing a set with no duplicates).
  *
  * `UnaryUnion` always operates on the individual components of
  * MultiGeometries.
@@ -140,7 +140,7 @@ public:
      * \brief
      * Gets the union of the input geometries.
      *
-     * If no input geometries were provided, a POINT EMPTY is returned.
+     * If no input geometries were provided, an empty GEOMETRYCOLLECTION is returned.
      *
      * @return a Geometry containing the union
      * @return an empty GEOMETRYCOLLECTION if no geometries were provided

-----------------------------------------------------------------------

Summary of changes:
 include/geos/operation/union/UnaryUnionOp.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list