Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2024-01-03 23:47:34 +0000
committerMichael Paquier2024-01-03 23:47:34 +0000
commit793ecff7df80c5ffe598e431a6c2aca1d4c64eff (patch)
treed42ccd3b3329937b463bcaedf79faefd8af36611
parentaaf09c5923b8123ff01421eb1263db64a629aed3 (diff)
doc: fix typo "vertexes" -> "vertices"
The "vertexes" spelling is also valid, but we consistently use "vertices" elsewhere. Author: Dagfinn Ilmari Mannsåker Reviewed-by: Shubham Khanna Discussion: https://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
-rw-r--r--doc/src/sgml/datatype.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index e4a7b07033d..b3a92b9aabc 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -3590,7 +3590,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
</indexterm>
<para>
- Polygons are represented by lists of points (the vertexes of the
+ Polygons are represented by lists of points (the vertices of the
polygon). Polygons are very similar to closed paths; the essential
difference is that a polygon is considered to include the area
within it, while a path is not.