From 28080f5f050c9530aa9f2b39c60d8217038d64ff Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 23 Aug 2018 16:47:12 -0700 Subject: Export of internal Abseil changes. -- a48a8dd622891ff1bfe0c0bbc09cefa363458dfe by Abseil Team : Add missing closing bracket. PiperOrigin-RevId: 210024045 GitOrigin-RevId: a48a8dd622891ff1bfe0c0bbc09cefa363458dfe Change-Id: I4d1d59b6ba286328978873e05e2f84652840f204 --- absl/strings/str_replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3