Skip to content

Commit ac768ce

Browse files
authored
docs: Fix typo in comment in example (#60)
1 parent 606a631 commit ac768ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ obj = "data1" # the resource that is going to be accessed.
4242
act = "read" # the operation that the user performs on the resource.
4343

4444
if e.enforce(sub, obj, act):
45-
# permit alice to read data1casbin_sqlalchemy_adapter
45+
# permit alice to read data1
4646
pass
4747
else:
4848
# deny the request, show an error

0 commit comments

Comments
 (0)