From 0bc6509b8a7555b45e62946b31d8d39b8e142ae1 Mon Sep 17 00:00:00 2001 From: Dino Radakovic Date: Thu, 6 Apr 2023 11:41:42 -0700 Subject: Fix typo in comment PiperOrigin-RevId: 522392902 Change-Id: I5764edbe85612e90d02caae49bbf629dcb8879e3 --- absl/functional/any_invocable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/functional/any_invocable.h') diff --git a/absl/functional/any_invocable.h b/absl/functional/any_invocable.h index 3e783c87..788bc1af 100644 --- a/absl/functional/any_invocable.h +++ b/absl/functional/any_invocable.h @@ -266,7 +266,7 @@ class AnyInvocable : private internal_any_invocable::Impl { // Exchanges the targets of `*this` and `other`. void swap(AnyInvocable& other) noexcept { std::swap(*this, other); } - // abl::AnyInvocable::operator bool() + // absl::AnyInvocable::operator bool() // // Returns `true` if `*this` is not empty. explicit operator bool() const noexcept { return this->HasValue(); } -- cgit v1.2.3