Update comment.

This commit is contained in:
levlam 2022-09-30 16:52:27 +03:00
parent 8f0ffd0a65
commit 481a69676d

View File

@ -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;