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
This commit is contained in:
parent
9c987f429b
commit
28080f5f05
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue