From: Neil Conway Date: Thu, 1 Dec 2005 10:36:57 +0000 (+0000) Subject: Fix typo in PL/PgSQL documentation, per Chris KL. X-Git-Tag: REL8_2_BETA1~1851 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cab40818eadce147833ba5a6ce1eb17717d98233;p=postgresql Fix typo in PL/PgSQL documentation, per Chris KL. --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index afea5ee79d..60a1572e70 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ @@ -1964,7 +1964,7 @@ END LOOP; <<label>> FOR name IN REVERSE expression .. expression LOOP statements -END LOOP labal ; +END LOOP label ;