From 345b3c77d17f9fcbbe91d5670ec287fca2cfc48a Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Wed, 30 Nov 2022 09:38:37 -0600 Subject: [PATCH] Fix doc comment --- crates/egui/src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/context.rs b/crates/egui/src/context.rs index 866e6ab2..935536fe 100644 --- a/crates/egui/src/context.rs +++ b/crates/egui/src/context.rs @@ -1577,7 +1577,7 @@ impl Context { impl Context { /// If AccessKit support is active for the current frame, get or create /// a node with the specified ID and return a mutable reference to it. - /// `parent_id is ignored if the node already exists. + /// `parent_id` is ignored if the node already exists. #[cfg(feature = "accesskit")] pub fn accesskit_node( &self,