We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99612e8 commit da1b13eCopy full SHA for da1b13e
util/metautils/nicemd.go
@@ -39,7 +39,7 @@ func ExtractOutgoing(ctx context.Context) NiceMD {
39
40
// Clone performs a *deep* copy of the metadata.MD.
41
//
42
-// 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
43
// all keys get copied.
44
func (m NiceMD) Clone(copiedKeys ...string) NiceMD {
45
newMd := NiceMD(metadata.Pairs())
0 commit comments