about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2018-08-23T23·47-0700
committerDerek Mauro <dmauro@google.com>2018-08-24T19·09-0400
commit28080f5f050c9530aa9f2b39c60d8217038d64ff (patch)
tree69f93f0fbd03f9967bed767f4553ea33ca93fb0c
parent9c987f429bba32fb4446280fd3b91e2472d71d4d (diff)
Export of internal Abseil changes.
--
a48a8dd622891ff1bfe0c0bbc09cefa363458dfe by Abseil Team <absl-team@google.com>:

Add missing closing bracket.

PiperOrigin-RevId: 210024045
GitOrigin-RevId: a48a8dd622891ff1bfe0c0bbc09cefa363458dfe
Change-Id: I4d1d59b6ba286328978873e05e2f84652840f204
-rw-r--r--absl/strings/str_replace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/str_replace.h b/absl/strings/str_replace.h
index b0f9d4367d02..3bfe4c61ebd1 100644
--- a/absl/strings/str_replace.h
+++ b/absl/strings/str_replace.h
@@ -21,7 +21,7 @@
 // replacement function designed for large, arbitrary text substitutions,
 // especially on strings which you are receiving from some other system for
 // further processing (e.g. processing regular expressions, escaping HTML
-// entities, etc. `StrReplaceAll` is designed to be efficient even when only
+// entities, etc.). `StrReplaceAll` is designed to be efficient even when only
 // one substitution is being performed, or when substitution is rare.
 //
 // If the string being modified is known at compile-time, and the substitutions