fix funcname in comment
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
dd2f60135c
commit
4681ca1997
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue