Skip to content

Commit

Permalink
Update nicemd.go (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveruckdashel committed Mar 3, 2023
1 parent 99612e8 commit da1b13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/metautils/nicemd.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func ExtractOutgoing(ctx context.Context) NiceMD {

// Clone performs a *deep* copy of the metadata.MD.
//
// You can specify the lower-case copiedKeys to only copy certain whitelisted keys. If no keys are explicitly whitelisted
// You can specify the lower-case copiedKeys to only copy certain allow-listed keys. If no keys are explicitly allow-listed
// all keys get copied.
func (m NiceMD) Clone(copiedKeys ...string) NiceMD {
newMd := NiceMD(metadata.Pairs())
Expand Down

0 comments on commit da1b13e

Please sign in to comment.