mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 21:11:55 +00:00
d3d7e2ef99
ToCamelCase(input, true) converts first char to upper case, but ToCamelCase(input, false) keeps the case of the first char. We are changing its behavior to force a lower case. Co-authored-by: Derek Bailey <derekbailey@google.com>