Skip to content

Commit

Permalink
docs: add typos
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jan 26, 2025
1 parent 842f9c5 commit 69e8929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/css_sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl CssSort {
}

// Insert them at the beginning of the parents children
// This destroyes the order with the other elements in there but its way simpler to do for now
// This destroys the order with the other elements in there but its way simpler to do for now
let mut parent_mut = html.tree.get_mut(parent).unwrap();
for id in sorted.into_iter().rev() {
parent_mut.prepend_id(id);
Expand Down

0 comments on commit 69e8929

Please sign in to comment.