Fix broken find_by_id link in documentation

This commit is contained in:
Héctor Ramón Jiménez 2025-11-18 23:15:47 +01:00
parent 8503278492
commit f1b0d558df
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -327,7 +327,7 @@
//! Tasks can also be used to interact with the iced runtime. Some modules
//! expose functions that create tasks for different purposes—like [changing
//! window settings](window#functions), [focusing a widget](widget::operation::focus_next), or
//! [querying its visible bounds](widget::selector::find_by_id).
//! [querying its visible bounds](widget::selector::find).
//!
//! Like futures and streams, tasks expose [a monadic interface](Task::then)—but they can also be
//! [mapped](Task::map), [chained](Task::chain), [batched](Task::batch), [canceled](Task::abortable),