Typos in dectoint() and dectolong() function's descriptions

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: a.imamov@postgrespro.ru
Date: 2024-02-23T14:42:30Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/ecpg-informix-compat.html
Description:

Chapter 36. ECPG — Embedded SQL in C
36.15. Informix Compatibility Mode

The first sentence in dectoint() and dectolong() function's descriptions
contains part with typo: "Convert a variable to type decimal to ...".
Should use "of" preposition here: "Convert a variable of type decimal to
...".

Thank you!

Commits

  1. Doc: fix minor typos in two ECPG function descriptions.