Skip to content

Commit

Permalink
fixed docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Oct 19, 2023
1 parent b27a7df commit 95d08ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leptos_dom/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<E: ev::EventDescriptor + 'static>(
self,
Expand Down

0 comments on commit 95d08ab

Please sign in to comment.