diff options
Diffstat (limited to 'doc/src/sgml/ref/create_procedure.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_procedure.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_procedure.sgml b/doc/src/sgml/ref/create_procedure.sgml index 2cd47d097f3..03a14c86845 100644 --- a/doc/src/sgml/ref/create_procedure.sgml +++ b/doc/src/sgml/ref/create_procedure.sgml @@ -382,8 +382,7 @@ END; and call like this: <programlisting> CALL insert_data(1, 2); -</programlisting> - </para> +</programlisting></para> </refsect1> <refsect1 id="sql-createprocedure-compat"> |