Skip to content

Commit e3d362b

Browse files
foolipdomenic
authored andcommitted
Fix "ergonimc" typo in dom_utils.rs
1 parent a0dd1a4 commit e3d362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dom_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use html5ever::tendril::StrTendril;
55
use html5ever::{Attribute, LocalName, QualName, local_name, ns};
66
use markup5ever_rcdom::{Handle, Node, NodeData};
77

8-
/// Extensions to the DOM interface to make manipulation more ergonimc.
8+
/// Extensions to the DOM interface to make manipulation more ergonomic.
99
pub trait NodeHandleExt {
1010
/// Returns a handle to the parent node, if there is one.
1111
fn parent_node(&self) -> Option<Self>

0 commit comments

Comments
 (0)