Small typo in docstring (#8280)

This commit is contained in:
Warren 2020-07-09 16:38:50 -07:00 committed by GitHub
parent 17df2bf713
commit b8aed05a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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