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 d5c1654b16e..815912666dd 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1657,7 +1657,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 |