Apply suggestion from @jwasinger

This commit is contained in:
jwasinger 2026-04-24 17:28:53 +02:00 committed by GitHub
parent b68ec987ce
commit 4508b35da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ func (s *StateAccessList) Merge(other *StateAccessList) {
}
}
// Copy returns a deep copy of the StateAccessList. A nil receiver copies to nil.
// Copy returns a deep copy of the StateAccessList.
func (s *StateAccessList) Copy() *StateAccessList {
if s == nil {
return nil