Skip to content

Commit 21532a6

Browse files
Emyrkkylecarbs
andauthored
Update coderd/database/dbauthz/doc.go
Co-authored-by: Kyle Carberry <kyle@coder.com>
1 parent b89b430 commit 21532a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// queries as close to 1 as possible. Each method should do 1 thing, with no
88
// unexpected side effects (eg: updating multiple tables in a single method).
99
//
10-
// Avoid implementing business logic in this package. Only authorization related
10+
// Do not implement business logic in this package. Only authorization related
1111
// logic should be implemented here. In most cases, this should only be a call to
1212
// the rbac authorizer.
1313
//

0 commit comments

Comments
 (0)