Fix doc comment
This commit is contained in:
parent
7763ee09dc
commit
345b3c77d1
1 changed files with 1 additions and 1 deletions
|
@ -1577,7 +1577,7 @@ impl Context {
|
||||||
impl Context {
|
impl Context {
|
||||||
/// If AccessKit support is active for the current frame, get or create
|
/// 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.
|
/// 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")]
|
#[cfg(feature = "accesskit")]
|
||||||
pub fn accesskit_node(
|
pub fn accesskit_node(
|
||||||
&self,
|
&self,
|
||||||
|
|
Loading…
Reference in a new issue