Skip to content

Commit bdd5d41

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 d5652e5 commit bdd5d41

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
@@ -7872,7 +7872,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
78727872
</indexterm>
78737873
<literal><function>path(<type>polygon</type>)</function></literal>
78747874
</entry>
7875-
<entry><type>point</type></entry>
7875+
<entry><type>path</type></entry>
78767876
<entry>polygon to path</entry>
78777877
<entry><literal>path(polygon '((0,0),(1,1),(2,0))')</literal></entry>
78787878
</row>

0 commit comments

Comments
 (0)