diff options
Diffstat (limited to 'doc/src/sgml/plpgsql.sgml')
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index b61991ff70d..e0997000999 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1632,7 +1632,7 @@ END; </para> <sect2 id="plpgsql-statements-returning"> - <title>Returning From a Function</title> + <title>Returning from a Function</title> <para> There are two commands available that allow you to return data |