diff --git a/leptos_dom/src/html.rs b/leptos_dom/src/html.rs index ddbf635cd3..65a4048784 100644 --- a/leptos_dom/src/html.rs +++ b/leptos_dom/src/html.rs @@ -366,7 +366,7 @@ where } } -/// Bind data through attributes or behavior through event handlers to an element. +/// Bind data through attributes, or behavior through event handlers, to an element. /// A collection of bindings (`collection: Vec`) can be spread onto an element like in `view! {
}`. pub enum Binding { /// A statically named attribute.