Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
e0df4a72
Commit
e0df4a72
authored
May 06, 2024
by
Abseil Team
Committed by
Copybara-Service
May 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fix.
PiperOrigin-RevId: 631211391 Change-Id: I68bb19d5702626ac497b05d851936aec42cc99d4
parent
b8c843eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
absl/strings/str_format.h
+1
-1
No files found.
absl/strings/str_format.h
View file @
e0df4a72
...
@@ -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.)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment