Skip to content

Commit

Permalink
fix funcname in comment (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: cui fliter <imcusg@gmail.com>

Signed-off-by: cui fliter <imcusg@gmail.com>
  • Loading branch information
cuishuang committed Nov 9, 2022
1 parent dd2f601 commit 85f1cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpcurl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 85f1cbf

Please sign in to comment.