chore: fix a few function names on comments (#2430)

pull/2243/merge
cui fliter 2 years ago committed by GitHub
parent 7e896ae4c0
commit 9cc1047c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      encoding/form/proto_encode.go

@ -200,7 +200,7 @@ func EncodeFieldMask(m protoreflect.Message) (query string) {
return
}
// JSONCamelCase converts a snake_case identifier to a camelCase identifier,
// jsonCamelCase converts a snake_case identifier to a camelCase identifier,
// according to the protobuf JSON specification.
// references: https://github.com/protocolbuffers/protobuf-go/blob/master/encoding/protojson/well_known_types.go#L842
func jsonCamelCase(s string) string {

Loading…
Cancel
Save