From da1b13ec28bbdd492bdc876045791b69c4be5b81 Mon Sep 17 00:00:00 2001 From: Steve Ruckdashel Date: Fri, 3 Mar 2023 17:55:44 -0600 Subject: [PATCH] Update nicemd.go (#539) --- util/metautils/nicemd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/metautils/nicemd.go b/util/metautils/nicemd.go index 1928178b8..15225d710 100644 --- a/util/metautils/nicemd.go +++ b/util/metautils/nicemd.go @@ -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())