Skip to content

Commit 48c7106

Browse files
committed
docs: fix typo
1 parent 60302f5 commit 48c7106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ impl<'i, Impl: SelectorImpl<'i>> Selector<'i, Impl> {
724724
self.1.insert(index, component);
725725
}
726726

727-
/// Inserts a [`Component`] to an arbitrary index in the internal components Vec.
727+
/// Inserts a [`Component`] to an arbitrary index in the internal components Vec.
728728
///
729729
/// An order in which components are stored is right-to-left (see [`Selector::iter_raw_match_order()`])
730730
#[inline]

0 commit comments

Comments
 (0)