fix doc comment

This commit is contained in:
Christian Meissl 2021-11-22 20:59:01 +01:00 committed by Victor Berger
parent 2123760c9e
commit 81f1e8b84d
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ impl PopupSurface {
/// Send a configure event, including the `repositioned` event to the client /// Send a configure event, including the `repositioned` event to the client
/// in response to a `reposition` request. /// in response to a `reposition` request.
/// ///
/// For further information see [`XdgPopup::send_configure`] /// For further information see [`send_configure`](#method.send_configure)
pub fn send_repositioned(&self, token: u32) { pub fn send_repositioned(&self, token: u32) {
self.send_configure_internal(Some(token)) self.send_configure_internal(Some(token))
} }