Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 579263069
Change-Id: I78678c2fc6aba4851f8a06dafb695c913accf0d0
  • Loading branch information
Abseil Team authored and copybara-github committed Nov 3, 2023
1 parent 1a03fb9 commit 1cb3345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions absl/strings/str_format.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ using FormatSpec = str_format_internal::FormatSpecTemplate<
// Example:
//
// // Verified at compile time.
// absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!");
// absl::StrFormat(formatString, "TheVillage", 6);
// absl::ParsedFormat<'s', 'd'> format_string("Welcome to %s, Number %d!");
// absl::StrFormat(format_string, "TheVillage", 6);
//
// // Verified at runtime.
// auto format_runtime = absl::ParsedFormat<'d'>::New(format_string);
Expand Down

0 comments on commit 1cb3345

Please sign in to comment.