Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jul 23, 2024
1 parent 825d71f commit 6075124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/kv/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func SetMap(ctx context.Context, b RWBucket, m map[string][]byte) error {
return nil
}

// SetMap iterates over keys to get the values in b and returns any error immediately.
// GetMap iterates over keys to get the values in b and returns any error immediately.
func GetMap(ctx context.Context, b ROBucket, keys []string) (map[string][]byte, error) {
var err error
ret := make(map[string][]byte)
Expand Down

0 comments on commit 6075124

Please sign in to comment.