From 481a69676da3774bb43c369d8dcce1bcec73a963 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 30 Sep 2022 16:52:27 +0300 Subject: [PATCH] Update comment. --- td/telegram/Td.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/telegram/Td.h b/td/telegram/Td.h index d63ebabda..ea7e51aef 100644 --- a/td/telegram/Td.h +++ b/td/telegram/Td.h @@ -93,7 +93,7 @@ extern int VERBOSITY_NAME(td_requests); // It happens after "hangup". // // Parent needs a way to know that it will receive no more updates. -// It happens after destruction of callback or after on_closed. +// It happens after destruction of callback class Td final : public Actor { public: Td(const Td &) = delete;