Skip to content

Commit

Permalink
eacl: Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Jul 30, 2024
1 parent 976b03d commit 74b1113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eacl/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (u *ValidationUnit) WithSenderKey(v []byte) *ValidationUnit {
return u
}

// WithBearerToken configures ValidationUnit to use v as request's bearer token.
// WithEACLTable configures ValidationUnit to use v as request's bearer token.
func (u *ValidationUnit) WithEACLTable(table *Table) *ValidationUnit {
if u != nil {
u.table = table
Expand Down

0 comments on commit 74b1113

Please sign in to comment.