]> granicus.if.org Git - postgis/commitdiff
Fix typo in prior commit when updating description
authorRegina Obe <lr@pcorp.us>
Sat, 27 Feb 2016 16:19:49 +0000 (16:19 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 27 Feb 2016 16:19:49 +0000 (16:19 +0000)
references #3478

git-svn-id: http://svn.osgeo.org/postgis/trunk@14715 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index 28341ade8fe1802347f6d97f855d012569b2dfbe..149c55746a88829ee8dac8fc0fac81d8a37156f8 100644 (file)
@@ -1082,7 +1082,7 @@ SELECT ST_AsText(
           <ulink url="https://en.wikipedia.org/wiki/DBSCAN">Density-based spatial clustering of applications with noise (DBSCAN)</ulink> 
           algorithm.  An input geometry will be added to a cluster if it is 
           within <varname>eps</varname> distance of at least
-          <varname>minpoints</varname> other input geometries.  Unlike <xref linked="ST_ClusterKMeans" />, it does not require to specify the number of
+          <varname>minpoints</varname> other input geometries.  Unlike <xref linkend="ST_ClusterKMeans" />, it does not require to specify the number of
           clusters for each dataset, but instead uses the desired input distance <varname>eps</varname> at optimal cluster size for each cluster.
       </para>
       <para>Availability: 2.3.0 - requires GEOS </para>