[postgis-tickets] r15467 - Fixed some typos in docs (give -> given)
Sandro Santilli
strk at kbt.io
Wed Jun 28 01:27:14 PDT 2017
Author: strk
Date: 2017-06-28 01:27:14 -0700 (Wed, 28 Jun 2017)
New Revision: 15467
Modified:
trunk/doc/reference_constructor.xml
Log:
Fixed some typos in docs (give -> given)
Patch by Sergey Fedoseev <fedoseev.sergey at gmail.com>
Modified: trunk/doc/reference_constructor.xml
===================================================================
--- trunk/doc/reference_constructor.xml 2017-06-28 08:03:31 UTC (rev 15466)
+++ trunk/doc/reference_constructor.xml 2017-06-28 08:27:14 UTC (rev 15467)
@@ -329,7 +329,7 @@
<refname>ST_GeomCollFromText</refname>
<refpurpose>Makes a collection Geometry from collection WKT with the given SRID. If SRID is
- not give, it defaults to 0.</refpurpose>
+ not given, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -352,7 +352,7 @@
<title>Description</title>
<para>Makes a collection Geometry from the Well-Known-Text (WKT) representation with the given SRID. If SRID is
- not give, it defaults to 0.</para>
+ not given, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance suite</para>
@@ -1152,7 +1152,7 @@
<title>Description</title>
<para>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to 0. If WKT passed in is not a LINESTRING, then null is returned. </para>
+ not given, it defaults to 0. If WKT passed in is not a LINESTRING, then null is returned. </para>
<note>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
@@ -1892,7 +1892,7 @@
<title>Description</title>
<para>Makes a Geometry from Well-Known-Text (WKT) with the given SRID. If SRID is
- not give, it defaults to 0.</para>
+ not given, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
suite</para>
@@ -1930,7 +1930,7 @@
<refname>ST_MPointFromText</refname>
<refpurpose>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to 0.</refpurpose>
+ not given, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -1953,7 +1953,7 @@
<title>Description</title>
<para>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to 0.</para>
+ not given, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
suite</para>
@@ -1992,7 +1992,7 @@
<refname>ST_MPolyFromText</refname>
<refpurpose>Makes a MultiPolygon Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to 0.</refpurpose>
+ not given, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -2015,7 +2015,7 @@
<title>Description</title>
<para>Makes a MultiPolygon from WKT with the given SRID. If SRID is
- not give, it defaults to 0.</para>
+ not given, it defaults to 0.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance suite</para>
@@ -2184,7 +2184,7 @@
<title>Description</title>
<para>Constructs a PostGIS ST_Geometry point object from the OGC Well-Known text representation. If SRID is
- not give, it defaults to unknown (currently 0). If geometry is not a WKT point representation, returns null.
+ not given, it defaults to unknown (currently 0). If geometry is not a WKT point representation, returns null.
If completely invalid WKT, then throws an error.</para>
<!-- optionally mention that this function uses indexes if appropriate -->
@@ -2357,7 +2357,7 @@
<refname>ST_PolygonFromText</refname>
<refpurpose>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to 0.</refpurpose>
+ not given, it defaults to 0.</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -2378,7 +2378,7 @@
<title>Description</title>
<para>Makes a Geometry from WKT with the given SRID. If SRID is
- not give, it defaults to 0. Returns null if WKT is not a polygon.</para>
+ not given, it defaults to 0. Returns null if WKT is not a polygon.</para>
<para>OGC SPEC 3.2.6.2 - option SRID is from the conformance
More information about the postgis-tickets
mailing list