Merge pull request #3141 from mfreeborn/fix-tooltip-docs

Fix `Tooltip` docs which still state that the default delay is 2 seconds
This commit is contained in:
Héctor 2025-12-11 05:55:23 +01:00 committed by Héctor Ramón Jiménez
parent 2db092ee87
commit 46b5daab42
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,7 +1,7 @@
//! Tooltips display a hint of information over some element when hovered.
//!
//! By default, the tooltip is only displayed when hovered for 2 seconds.
//! This delay can be adjusted with [`Tooltip::delay`].
//! By default, the tooltip is displayed immediately, however, this can be adjusted
//! with [`Tooltip::delay`].
//!
//! # Example
//! ```no_run