Commit 4c5eb49d by Abseil Team Committed by Copybara-Service

Removing trailing period that can confuse a url in str_format.h.

PiperOrigin-RevId: 490329293
Change-Id: Ied36e737e85afc683cc7cc116ac6bc07092472df
parent e6f56844
...@@ -193,7 +193,7 @@ class FormatCountCapture { ...@@ -193,7 +193,7 @@ class FormatCountCapture {
// A format string generally follows the POSIX syntax as used within the POSIX // A format string generally follows the POSIX syntax as used within the POSIX
// `printf` specification. (Exceptions are noted below.) // `printf` specification. (Exceptions are noted below.)
// //
// (See http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html.) // (See http://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html)
// //
// In specific, the `FormatSpec` supports the following type specifiers: // In specific, the `FormatSpec` supports the following type specifiers:
// * `c` for characters // * `c` for characters
......
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