[clang-tidy] Fix typo abls->absl.

llvm-svn: 344968
This commit is contained in:
Benjamin Kramer 2018-10-22 22:43:17 +00:00
parent 3d5c2e648c
commit 38bffd6a0f

View File

@ -13,5 +13,5 @@ them makes the code smaller and faster.
a = absl::StrCat(a, b); // Use absl::StrAppend(&a, b) instead.
Does not diagnose cases where ``abls::StrCat()`` is used as a template
Does not diagnose cases where ``absl::StrCat()`` is used as a template
argument for a functor.