diff options
author | Neil Conway <neilc@samurai.com> | 2005-12-01 10:38:09 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-12-01 10:38:09 +0000 |
commit | bc0b56c0fe121ed37ffb9e61a7a09a7fd4455fae (patch) | |
tree | 692044546ac90198bea3cf998820c3111be9bfd0 /doc/src | |
parent | 29ebf0df8128e51365f58be8c1c335542f400320 (diff) | |
download | postgresql-bc0b56c0fe121ed37ffb9e61a7a09a7fd4455fae.tar.gz postgresql-bc0b56c0fe121ed37ffb9e61a7a09a7fd4455fae.zip |
Fix typo in PL/PgSQL documentation, per Chris KL.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index afea5ee79d1..87cd7c0d173 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.80 2005/11/04 23:14:00 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.80.2.1 2005/12/01 10:38:09 neilc Exp $ --> <chapter id="plpgsql"> @@ -1964,7 +1964,7 @@ END LOOP; <optional> <<<replaceable>label</replaceable>>> </optional> FOR <replaceable>name</replaceable> IN <optional> REVERSE </optional> <replaceable>expression</replaceable> .. <replaceable>expression</replaceable> LOOP <replaceable>statements</replaceable> -END LOOP <optional> <replaceable>labal</replaceable> </optional>; +END LOOP <optional> <replaceable>label</replaceable> </optional>; </synopsis> <para> |