mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
fix funcname in comment (#346)
Signed-off-by: cui fliter <imcusg@gmail.com> Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
@@ -329,7 +329,7 @@ func fetchAllExtensions(source DescriptorSource, ext *dynamic.ExtensionRegistry,
|
|||||||
return nil
|
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
|
// 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
|
// extensions registered that were not known when the given message was parsed, this effectively
|
||||||
// allows re-parsing to identify those extensions.
|
// allows re-parsing to identify those extensions.
|
||||||
|
|||||||
Reference in New Issue
Block a user