8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Correction.

This commit is contained in:
asfernandes 2013-05-13 15:56:29 +00:00
parent 6e4fbfdba7
commit 47bd80271c

View File

@ -36,8 +36,8 @@ Syntax:
END
<package_body_item> ::=
<function_impl> ; |
<procedure_impl> ;
<function_impl> |
<procedure_impl>
<function_impl> ::=
FUNCTION <name> [( <parameters> )] RETURNS <type>