Skip to content

Commit 1d92880

Browse files
Update modules/ROOT/pages/extending-neo4j/procedures.adoc
1 parent c9b7999 commit 1d92880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/extending-neo4j/procedures.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Particular things to note:
144144
** `name` is used to specify a different name for the procedure than the default generated, which is `class.path.nameOfMethod`.
145145
If `mode` is specified, `name` must be specified as well.
146146
** `name` is not allowed in a reserved namespace, and having a `name` without a namespace is deprecated behavior.
147-
** If a procedure is registered with the same name as a built-in procedure in a deprecated namespace the built-in procedure will be shadowed.
147+
** If a procedure is registered with the same name as a built-in procedure in a deprecated namespace, the built-in procedure is shadowed.
148148
** `mode` is used to declare the types of interactions that the procedure performs.
149149
A procedure fails if it attempts to execute database operations that violate its mode.
150150
The default `mode` is `READ`.

0 commit comments

Comments
 (0)