Skip to content

Commit f8ccf1c

Browse files
Update modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Co-authored-by: Therese Magnusson <[email protected]>
1 parent ef03a0e commit f8ccf1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ label:functionality[]
8888
label:removed[]
8989
[source, cypher, role="noheader"]
9090
----
91-
REVOKE READ {*} ON GRAPH * NODES A FROM regularUser
92-
REVOKE ROLE regularUser FROM bob
91+
REVOKE READ {*} ON GRAPH * NODES A FROM missingUser
92+
REVOKE ROLE missingRole FROM bob
9393
----
9494
a|
9595
Notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors.

0 commit comments

Comments
 (0)