Commit e0df4a72 by Abseil Team Committed by Copybara-Service

Doc fix.

PiperOrigin-RevId: 631211391
Change-Id: I68bb19d5702626ac497b05d851936aec42cc99d4
parent b8c843eb
...@@ -181,7 +181,7 @@ class FormatCountCapture { ...@@ -181,7 +181,7 @@ class FormatCountCapture {
// For a `FormatSpec` to be valid at compile-time, it must be provided as // For a `FormatSpec` to be valid at compile-time, it must be provided as
// either: // either:
// //
// * A `constexpr` literal or `absl::string_view`, which is how it most often // * A `constexpr` literal or `absl::string_view`, which is how it is most often
// used. // used.
// * A `ParsedFormat` instantiation, which ensures the format string is // * A `ParsedFormat` instantiation, which ensures the format string is
// valid before use. (See below.) // valid before use. (See below.)
......
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