diff --git a/acl/wrappers.go b/acl/wrappers.go index b0481f4..30c2ee3 100644 --- a/acl/wrappers.go +++ b/acl/wrappers.go @@ -238,7 +238,7 @@ func (s EACLTargetWrapper) SetKeyList(v [][]byte) { } } -// KeyList returns casted result of Operation field getter. +// OperationType returns casted result of Operation field getter. // // If record is not initialized, 0 returns. //