Skip to content

Commit 57b28c0

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 28e858c commit 57b28c0

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
@@ -8884,7 +8884,7 @@ int dectodbl(decimal *np, double *dblp);
88848884
<term><function>dectoint</function></term>
88858885
<listitem>
88868886
<para>
8887-
Convert a variable to type decimal to an integer.
8887+
Convert a variable of type decimal to an integer.
88888888
<synopsis>
88898889
int dectoint(decimal *np, int *ip);
88908890
</synopsis>
@@ -8910,7 +8910,7 @@ int dectoint(decimal *np, int *ip);
89108910
<term><function>dectolong</function></term>
89118911
<listitem>
89128912
<para>
8913-
Convert a variable to type decimal to a long integer.
8913+
Convert a variable of type decimal to a long integer.
89148914
<synopsis>
89158915
int dectolong(decimal *np, long *lngp);
89168916
</synopsis>

0 commit comments

Comments
 (0)