Skip to content

Commit 40f0805

Browse files
author
Warren
authored
Small typo in docstring (hashicorp#8280)
1 parent 60f8645 commit 40f0805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acl/acl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const (
44
WildcardName = "*"
55
)
66

7-
// Config encapsualtes all of the generic configuration parameters used for
7+
// Config encapsulates all of the generic configuration parameters used for
88
// policy parsing and enforcement
99
type Config struct {
1010
// WildcardName is the string that represents a request to authorize a wildcard permission

0 commit comments

Comments
 (0)