summaryrefslogtreecommitdiff
path: root/absl/strings/str_format.h
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2022-11-22 13:56:46 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2022-11-22 13:57:55 -0800
commit4c5eb49d6aababb86d35a40c1a606b11c5bb554f (patch)
tree61bff563f4d0164b94083b662a47354b5937ef8b /absl/strings/str_format.h
parente6f568445f406318b970a56ae377e7ab8885cb50 (diff)
Removing trailing period that can confuse a url in str_format.h.
PiperOrigin-RevId: 490329293 Change-Id: Ied36e737e85afc683cc7cc116ac6bc07092472df
Diffstat (limited to 'absl/strings/str_format.h')
-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 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