upb_DebugString typo fix

PiperOrigin-RevId: 691558791
pull/19057/head
Hong Shin 5 months ago committed by Copybara-Service
parent 31fae84678
commit eb8f810de9
  1. 2
      upb/text/debug_string.h

@ -27,7 +27,7 @@ extern "C" {
* encode.h. |mt| should correspond to the |msg|'s minitable.
*
* Output is placed in the given buffer, and always NULL-terminated. The output
* size (excluding NULL) iss returned. This means that a return value >= |size|
* size (excluding NULL) is returned. This means that a return value >= |size|
* implies that the output was truncated. (These are the same semantics as
* snprintf()). */
UPB_API size_t upb_DebugString(const upb_Message* msg, const upb_MiniTable* mt,

Loading…
Cancel
Save