From 85f1cbf7adebe29a5533c412ae42cbe070aea3e9 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Wed, 9 Nov 2022 20:59:56 +0800 Subject: [PATCH] fix funcname in comment (#346) Signed-off-by: cui fliter Signed-off-by: cui fliter --- grpcurl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpcurl.go b/grpcurl.go index e98bf85..6010b3a 100644 --- a/grpcurl.go +++ b/grpcurl.go @@ -329,7 +329,7 @@ func fetchAllExtensions(source DescriptorSource, ext *dynamic.ExtensionRegistry, return nil } -// fullConvertToDynamic attempts to convert the given message to a dynamic message as well +// fullyConvertToDynamic attempts to convert the given message to a dynamic message as well // as any nested messages it may contain as field values. If the given message factory has // extensions registered that were not known when the given message was parsed, this effectively // allows re-parsing to identify those extensions.