Skip to content

Commit 5a2834a

Browse files
committed
fix code line in readme
1 parent c2eec18 commit 5a2834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/authz/authztest/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Authztest
22

3-
An authz permission is a combination of `level`, `resource_type`, `resource_id`, and action`. For testing purposes, we can assume only 1 action and resource exists. This package can generate all possible permissions from this.
3+
An authz permission is a combination of `level`, `resource_type`, `resource_id`, and `action`. For testing purposes, we can assume only 1 action and resource exists. This package can generate all possible permissions from this.
44

55
A `Set` is a slice of permissions. The search space of all possible sets is too large, so instead this package allows generating more meaningful sets for testing. This is equivalent to pruning in AI problems: a technique to reduce the size of the search space by removing parts that do not have significance.
66

0 commit comments

Comments
 (0)