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:
parent
dd2f60135c
commit
85f1cbf7ad
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue