Commit 8b383203 by Abseil Team Committed by Copybara-Service

Fix a typo.

PiperOrigin-RevId: 576162408
Change-Id: Ib383bb744b5cb11b6cbc99f2323583e1d23d8ff1
parent 822e3244
...@@ -381,7 +381,7 @@ std::string& StrAppendFormat(std::string* dst, ...@@ -381,7 +381,7 @@ std::string& StrAppendFormat(std::string* dst,
// //
// Writes to an output stream given a format string and zero or more arguments, // Writes to an output stream given a format string and zero or more arguments,
// generally in a manner that is more efficient than streaming the result of // generally in a manner that is more efficient than streaming the result of
// `absl:: StrFormat()`. The returned object must be streamed before the full // `absl::StrFormat()`. The returned object must be streamed before the full
// expression ends. // expression ends.
// //
// Example: // Example:
......
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