diff options
author | Abseil Team <absl-team@google.com> | 2022-11-22 13:56:46 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-11-22 13:57:55 -0800 |
commit | 4c5eb49d6aababb86d35a40c1a606b11c5bb554f (patch) | |
tree | 61bff563f4d0164b94083b662a47354b5937ef8b | |
parent | e6f568445f406318b970a56ae377e7ab8885cb50 (diff) |
Removing trailing period that can confuse a url in str_format.h.
PiperOrigin-RevId: 490329293
Change-Id: Ied36e737e85afc683cc7cc116ac6bc07092472df
-rw-r--r-- | absl/strings/str_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/str_format.h b/absl/strings/str_format.h index f4c98f41..3536b70e 100644 --- a/absl/strings/str_format.h +++ b/absl/strings/str_format.h @@ -193,7 +193,7 @@ class FormatCountCapture { // A format string generally follows the POSIX syntax as used within the POSIX // `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: // * `c` for characters |