Skip to content

Commit 10f3087

Browse files
committed
Doc: fix minor typos in two ECPG function descriptions.
Noted by Aidar Imamov. Discussion: https://postgr.es/m/170869935022.643.3709087848818148291@wrigleys.postgresql.org
1 parent cf807eb commit 10f3087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8614,7 +8614,7 @@ int dectodbl(decimal *np, double *dblp);
86148614
<term><function>dectoint</function></term>
86158615
<listitem>
86168616
<para>
8617-
Convert a variable to type decimal to an integer.
8617+
Convert a variable of type decimal to an integer.
86188618
<synopsis>
86198619
int dectoint(decimal *np, int *ip);
86208620
</synopsis>
@@ -8640,7 +8640,7 @@ int dectoint(decimal *np, int *ip);
86408640
<term><function>dectolong</function></term>
86418641
<listitem>
86428642
<para>
8643-
Convert a variable to type decimal to a long integer.
8643+
Convert a variable of type decimal to a long integer.
86448644
<synopsis>
86458645
int dectolong(decimal *np, long *lngp);
86468646
</synopsis>

0 commit comments

Comments
 (0)