mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
Fix doc comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user