Fix typo in docs of Selector::Output

This commit is contained in:
Héctor Ramón Jiménez 2025-09-20 14:33:42 +02:00
parent 3a0c78a2c0
commit c67ff2aadb
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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`]