We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0dd1a4 commit e3d362bCopy full SHA for e3d362b
src/dom_utils.rs
@@ -5,7 +5,7 @@ use html5ever::tendril::StrTendril;
5
use html5ever::{Attribute, LocalName, QualName, local_name, ns};
6
use markup5ever_rcdom::{Handle, Node, NodeData};
7
8
-/// Extensions to the DOM interface to make manipulation more ergonimc.
+/// Extensions to the DOM interface to make manipulation more ergonomic.
9
pub trait NodeHandleExt {
10
/// Returns a handle to the parent node, if there is one.
11
fn parent_node(&self) -> Option<Self>
0 commit comments