From 95d08ab9e29b167c6bb590383e36c50ca6ea22c5 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Thu, 19 Oct 2023 07:38:07 -0500 Subject: [PATCH] fixed docs typo --- leptos_dom/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/leptos_dom/src/lib.rs b/leptos_dom/src/lib.rs index 57649d8452..56055f3dfe 100644 --- a/leptos_dom/src/lib.rs +++ b/leptos_dom/src/lib.rs @@ -712,8 +712,7 @@ impl View { /// Adds an event listener, analogous to [`HtmlElement::on`]. /// - /// This method will attach an event listener to **all** child - /// [`HtmlElement`] children. + /// This method will attach an event listener to **all** children #[inline(always)] pub fn on( self,