Commit 317085ad by Abseil Team Committed by Copybara-Service

Doc fix.

PiperOrigin-RevId: 564296635
Change-Id: I13ca663cdb676948a7041c5671b82a97a4388ff1
parent efb035a5
...@@ -250,7 +250,7 @@ class FormatCountCapture { ...@@ -250,7 +250,7 @@ class FormatCountCapture {
// `v` uses `d` for signed integer values, `u` for unsigned integer values, `g` // `v` uses `d` for signed integer values, `u` for unsigned integer values, `g`
// for floating point values, and formats boolean values as "true"/"false" // for floating point values, and formats boolean values as "true"/"false"
// (instead of 1 or 0 for booleans formatted using d). `const char*` is not // (instead of 1 or 0 for booleans formatted using d). `const char*` is not
// supported; please use `std:string` and `string_view`. `char` is also not // supported; please use `std::string` and `string_view`. `char` is also not
// supported due to ambiguity of the type. This specifier does not support // supported due to ambiguity of the type. This specifier does not support
// modifiers. // modifiers.
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment