1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

doc: Spell checking

This commit is contained in:
Peter Eisentraut
2021-07-16 10:35:38 +02:00
parent 6cea447e6a
commit 46111fb7b5
13 changed files with 26 additions and 26 deletions

View File

@@ -2430,7 +2430,7 @@ hello 10
</para>
<para>
The <command>\if</command> and <command>\elif</command> commands read
their argument(s) and evaluate them as a boolean expression. If the
their argument(s) and evaluate them as a Boolean expression. If the
expression yields <literal>true</literal> then processing continues
normally; otherwise, lines are skipped until a
matching <command>\elif</command>, <command>\else</command>,