diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-01-04 08:47:34 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-01-04 08:47:34 +0900 |
commit | 793ecff7df80c5ffe598e431a6c2aca1d4c64eff (patch) | |
tree | d42ccd3b3329937b463bcaedf79faefd8af36611 | |
parent | aaf09c5923b8123ff01421eb1263db64a629aed3 (diff) | |
download | postgresql-793ecff7df80c5ffe598e431a6c2aca1d4c64eff.tar.gz postgresql-793ecff7df80c5ffe598e431a6c2aca1d4c64eff.zip |
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.sgml | 2 |
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. |