From c67ff2aadbce83a0a812c95a29c67da4d7416156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sat, 20 Sep 2025 14:33:42 +0200 Subject: [PATCH] Fix typo in docs of `Selector::Output` --- selector/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selector/src/lib.rs b/selector/src/lib.rs index 5005dd66..e5703df5 100644 --- a/selector/src/lib.rs +++ b/selector/src/lib.rs @@ -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`]