Tweak one of the doc comments

This commit is contained in:
Matt Campbell 2022-11-29 20:45:07 -06:00
parent 428213398d
commit c0668891e6

View file

@ -558,8 +558,9 @@ pub fn accesskit_root_id() -> Id {
Id::new("accesskit_root")
}
/// Return a tree update that the egui integration should provide to AccessKit
/// before a real tree update is available. See also [`crate::Context::accesskit_activated`].
/// Return a tree update that the egui integration should provide to the
/// AccessKit adapter before a real tree update is available. See also
/// [`crate::Context::accesskit_activated`].
#[cfg(feature = "accesskit")]
pub fn accesskit_placeholder_tree_update() -> accesskit::TreeUpdate {
use accesskit::{Node, Role, Tree, TreeUpdate};