From 81f1e8b84d78284cef8ac26d54c42303b51f69d1 Mon Sep 17 00:00:00 2001 From: Christian Meissl Date: Mon, 22 Nov 2021 20:59:01 +0100 Subject: [PATCH] fix doc comment --- src/wayland/shell/xdg/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/shell/xdg/mod.rs b/src/wayland/shell/xdg/mod.rs index 279636f..3fcea15 100644 --- a/src/wayland/shell/xdg/mod.rs +++ b/src/wayland/shell/xdg/mod.rs @@ -1391,7 +1391,7 @@ impl PopupSurface { /// Send a configure event, including the `repositioned` event to the client /// 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) { self.send_configure_internal(Some(token)) }