Skip to content

Commit 0e52d6c

Browse files
Update modules/ROOT/pages/authentication-authorization/immutable-roles-privileges.adoc
Co-authored-by: Phil Wright <[email protected]>
1 parent cb59fab commit 0e52d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/authentication-authorization/immutable-roles-privileges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For example, you want to create an `analyst` role that cannot be dropped, rename
9696
+
9797
[source, cypher, role=noplay]
9898
----
99-
CREATE IMMUTABLE ROLE restrictedAdmin
99+
CREATE IMMUTABLE ROLE analyst
100100
----
101101

102102
. Immutably deny the `DROP DATABASE` privilege:

0 commit comments

Comments
 (0)