diff options
Diffstat (limited to 'absl/strings/strip_test.cc')
-rw-r--r-- | absl/strings/strip_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/strings/strip_test.cc b/absl/strings/strip_test.cc index 205c160c1929..40c4c6071211 100644 --- a/absl/strings/strip_test.cc +++ b/absl/strings/strip_test.cc @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -// This file contains functions that remove a defined part from the std::string, -// i.e., strip the std::string. +// This file contains functions that remove a defined part from the string, +// i.e., strip the string. #include "absl/strings/strip.h" |