Skip to content

Commit 17164cc

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 f14bd22 commit 17164cc

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
@@ -7497,7 +7497,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
74977497
</row>
74987498
<row>
74997499
<entry><literal><function>path(<type>polygon</type>)</function></literal></entry>
7500-
<entry><type>point</type></entry>
7500+
<entry><type>path</type></entry>
75017501
<entry>polygon to path</entry>
75027502
<entry><literal>path(polygon '((0,0),(1,1),(2,0))')</literal></entry>
75037503
</row>

0 commit comments

Comments
 (0)