summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b0f9d436..3bfe4c61 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