Doc: fix minor typos in two ECPG function descriptions.
authorTom Lane
Sun, 25 Feb 2024 20:29:09 +0000 (15:29 -0500)
committerTom Lane
Sun, 25 Feb 2024 20:29:28 +0000 (15:29 -0500)
Noted by Aidar Imamov.

Discussion: https://postgr.es/m/170869935022.643.3709087848818148291@wrigleys.postgresql.org

doc/src/sgml/ecpg.sgml

index e406868db27075eb212d16d1c7bbfb2642c41401..d8fe3b29bcf97b671fbbf3f235cc64dfd67a75aa 100644 (file)
@@ -8845,7 +8845,7 @@ int dectodbl(decimal *np, double *dblp);
       dectoint
       
        
-        Convert a variable to type decimal to an integer.
+        Convert a variable of type decimal to an integer.
 
 int dectoint(decimal *np, int *ip);
 
@@ -8871,7 +8871,7 @@ int dectoint(decimal *np, int *ip);
       dectolong
       
        
-        Convert a variable to type decimal to a long integer.
+        Convert a variable of type decimal to a long integer.
 
 int dectolong(decimal *np, long *lngp);