Browse Source

Small typo in docstring (#8280)

pull/8290/head
Warren 4 years ago committed by GitHub
parent
commit
40f080576e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acl/acl.go

2
acl/acl.go

@ -4,7 +4,7 @@ const (
WildcardName = "*"
)
// Config encapsualtes all of the generic configuration parameters used for
// Config encapsulates all of the generic configuration parameters used for
// policy parsing and enforcement
type Config struct {
// WildcardName is the string that represents a request to authorize a wildcard permission

Loading…
Cancel
Save