doc: fix typo "vertexes" -> "vertices"
authorMichael Paquier <michael@paquier.xyz>
Wed, 3 Jan 2024 23:47:34 +0000 (08:47 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 3 Jan 2024 23:47:34 +0000 (08:47 +0900)
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

doc/src/sgml/datatype.sgml

index e4a7b07033dd31bdab1faf11947c2c53e7976aac..b3a92b9aabc906b4499d933d7da939092297e4f0 100644 (file)
@@ -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.