[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-139-ga7e1ab6
git at osgeo.org
git at osgeo.org
Thu Apr 15 09:33:56 PDT 2021
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 "PostGIS".
The branch, master has been updated
via a7e1ab6a6134f39a237d394b524f7381316c60d0 (commit)
from 99c76618d22492e768a5187ba6af13bcc59f26ae (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 a7e1ab6a6134f39a237d394b524f7381316c60d0
Author: Martin Davis <mtnclimb at gmail.com>
Date: Thu Apr 15 09:33:47 2021 -0700
Fix doc typo
diff --git a/doc/reference_editor.xml b/doc/reference_editor.xml
index 9bbda49..2f3d4fb 100644
--- a/doc/reference_editor.xml
+++ b/doc/reference_editor.xml
@@ -203,7 +203,7 @@ Returns the simplest representation of a geometry collection.
</para>
<itemizedlist>
<listitem><para>Homogeneous (uniform) collections are returned as the appropriate multi-geometry.</para></listitem>
- <listitem><para>Heterogeneous (mixed) collections are flattend into a single GeometryCollection.</para></listitem>
+ <listitem><para>Heterogeneous (mixed) collections are flattened into a single GeometryCollection.</para></listitem>
<listitem><para>Collections containing a single atomic element are returned as that element.</para></listitem>
<listitem><para>Atomic geometries are returned unchanged.</para></listitem>
</itemizedlist>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_editor.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list