From a82cc783d9112a53eb58b21e681aa95b2c8f6e4a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 9 Feb 2024 02:12:22 +0100 Subject: Improve `tooltip` docs --- widget/src/helpers.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widget/src/helpers.rs b/widget/src/helpers.rs index a643add3..a5411c89 100644 --- a/widget/src/helpers.rs +++ b/widget/src/helpers.rs @@ -123,7 +123,8 @@ where Button::new(content) } -/// Creates a new [`Tooltip`] with the provided content, tooltip element, and [`tooltip::Position`]. +/// Creates a new [`Tooltip`] for the provided content with the given +/// [`Element`] and [`tooltip::Position`]. /// /// [`Tooltip`]: crate::Tooltip /// [`tooltip::Position`]: crate::tooltip::Position -- cgit