From: Michael Paquier Date: Wed, 3 Jan 2024 23:47:34 +0000 (+0900) Subject: doc: fix typo "vertexes" -> "vertices" X-Git-Tag: REL_17_BETA1~1180 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=793ecff7df80c5ffe598e431a6c2aca1d4c64eff;p=postgresql.git 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 --- 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 - 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.