Commit 0bc6509b by Dino Radakovic Committed by Copybara-Service

Fix typo in comment

PiperOrigin-RevId: 522392902
Change-Id: I5764edbe85612e90d02caae49bbf629dcb8879e3
parent a880427b
......@@ -266,7 +266,7 @@ class AnyInvocable : private internal_any_invocable::Impl<Sig> {
// 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(); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment