Skip to content

Commit da1b13e

Browse files
Update nicemd.go (#539)
1 parent 99612e8 commit da1b13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/metautils/nicemd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func ExtractOutgoing(ctx context.Context) NiceMD {
3939

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

0 commit comments

Comments
 (0)