]> granicus.if.org Git - postgis/commitdiff
Typo in doc
authorSandro Santilli <strk@keybit.net>
Thu, 30 Jul 2015 21:15:48 +0000 (21:15 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 30 Jul 2015 21:15:48 +0000 (21:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13860 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_topology.xml

index b7ebf407bf5d5187fb34bea54130376c15317551..2f2e384bd54e64aa23fe7e8decdaebcc3dc0f8ea 100644 (file)
@@ -2077,8 +2077,8 @@ SELECT (topology.ST_GetFaceEdges('tt', 1)).*;
 (7 rows)
 </programlisting>
 <programlisting>
--- Returns the sequenc, edge id
--- and geometry of the edges that bound face 1
+-- Returns the sequence, edge id
+-- and geometry of the edges that bound face 1
 -- If you just need geom and seq, can use ST_GetFaceGeometry
 SELECT t.seq, t.edge, geom
 FROM topology.ST_GetFaceEdges('tt',1) As t(seq,edge)