From c0668891e6d586c70115db9c68e364dcddab2946 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Tue, 29 Nov 2022 20:45:07 -0600 Subject: [PATCH] Tweak one of the doc comments --- crates/egui/src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/egui/src/lib.rs b/crates/egui/src/lib.rs index 814d283a..126dc562 100644 --- a/crates/egui/src/lib.rs +++ b/crates/egui/src/lib.rs @@ -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};