Skip to content

Commit 1f46d67

Browse files
committed
Fix documentation of path(polygon) function.
Obviously, this returns type "path", but somebody made a copy-and-pasteo long ago. Dagfinn Ilmari Mannsåker
1 parent 42a7bea commit 1f46d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7237,7 +7237,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
72377237
</row>
72387238
<row>
72397239
<entry><literal><function>path</function>(<type>polygon</type>)</literal></entry>
7240-
<entry><type>point</type></entry>
7240+
<entry><type>path</type></entry>
72417241
<entry>polygon to path</entry>
72427242
<entry><literal>path(polygon '((0,0),(1,1),(2,0))')</literal></entry>
72437243
</row>

0 commit comments

Comments
 (0)