Skip to content

Commit 98bccd1

Browse files
committed
corrected permission typo error #56
1 parent c792162 commit 98bccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_controller/api_controller_permission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ class PermissionController:
7171
## **Permissions Supported Operands**
7272
- & (and) eg: `permissions.IsAuthenticated & ReadOnly`
7373
- | (or) eg: `permissions.IsAuthenticated | ReadOnly`
74-
- ~ (not) eg: `!(permissions.IsAuthenticated & ReadOnly)`
74+
- ~ (not) eg: `~(permissions.IsAuthenticated & ReadOnly)`

0 commit comments

Comments
 (0)