diff --git a/crates/teloxide/src/update_listeners.rs b/crates/teloxide/src/update_listeners.rs index de2c4228..53198503 100644 --- a/crates/teloxide/src/update_listeners.rs +++ b/crates/teloxide/src/update_listeners.rs @@ -74,7 +74,7 @@ pub trait UpdateListener { /// error if something goes wrong with it. For example for webhooks this /// should call `set_webhook`. /// - /// [`Stream`]: AsUpdateStream::Stream + /// [`Stream`]: UpdateListener::Stream fn listen(&mut self) -> BoxFut<'_, Result, Self::SetupErr>>; /// Hint which updates should the listener listen for.