From 317085adc4e4e474eb4546fa9d37f74c61d95f7f Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 11 Sep 2023 01:00:28 -0700 Subject: Doc fix. PiperOrigin-RevId: 564296635 Change-Id: I13ca663cdb676948a7041c5671b82a97a4388ff1 --- absl/strings/str_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absl/strings/str_format.h b/absl/strings/str_format.h index 023e4350..9e5e421d 100644 --- a/absl/strings/str_format.h +++ b/absl/strings/str_format.h @@ -250,7 +250,7 @@ class FormatCountCapture { // `v` uses `d` for signed integer values, `u` for unsigned integer values, `g` // 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 -// 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 // modifiers. // -- cgit v1.2.3