Skip to content

Commit

Permalink
Make Binding documentation clearer by introducing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Apr 5, 2024
1 parent e1bec2f commit 6d7f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_dom/src/html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Binding>`) can be spread onto an element like in `view! { <div {..collection} /> }`.
pub enum Binding {
/// A statically named attribute.
Expand Down

0 comments on commit 6d7f3a3

Please sign in to comment.