summaryrefslogtreecommitdiff
path: root/absl/strings
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2024-05-06 15:54:45 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2024-05-06 15:55:38 -0700
commite0df4a721bba5f5bd10d68fc52568ca3ea6b0123 (patch)
tree3c54a4b39248e0d3d27264004391c722da388fc9 /absl/strings
parentb8c843eb1054e9f77c62e0b2547c9a4fdbed3c77 (diff)
Doc fix.
PiperOrigin-RevId: 631211391 Change-Id: I68bb19d5702626ac497b05d851936aec42cc99d4
Diffstat (limited to 'absl/strings')
-rw-r--r--absl/strings/str_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/str_format.h b/absl/strings/str_format.h
index 66b6af58..76904d32 100644
--- a/absl/strings/str_format.h
+++ b/absl/strings/str_format.h
@@ -181,7 +181,7 @@ class FormatCountCapture {
// For a `FormatSpec` to be valid at compile-time, it must be provided as
// 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.
// * A `ParsedFormat` instantiation, which ensures the format string is
// valid before use. (See below.)