diff --git a/src/bot/auto_send.rs b/src/bot/auto_send.rs index ed1f489c..e64b893c 100644 --- a/src/bot/auto_send.rs +++ b/src/bot/auto_send.rs @@ -167,7 +167,7 @@ impl Future for AutoRequest { // Set the resulting `Future(_)` back to pin. this.set(inner); - // poll self again, this time + // Poll `self`. This time another brunch will be executed, returning `Poll`. self.poll(cx) } }