Fix typo in docs of Selector::Output
This commit is contained in:
parent
3a0c78a2c0
commit
c67ff2aadb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ pub trait Selector {
|
|||
/// The output type of the [`Selector`].
|
||||
///
|
||||
/// For most selectors, this will normally be a [`Target`]. However, some
|
||||
/// may selectors may want to return a more limited type to encode the selection
|
||||
/// selectors may want to return a more limited type to encode the selection
|
||||
/// guarantees in the type system.
|
||||
///
|
||||
/// For instance, the implementations of [`String`] and [`str`] of [`Selector`]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue