Skip to content

Commit

Permalink
docs: typo fix in ToChildren::to_children docs. (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen authored Dec 14, 2024
1 parent 03ed805 commit 68fdc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos/src/children.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type BoxedChildrenFn = Box<dyn Fn() -> AnyView + Send>;
/// )
/// }
pub trait ToChildren<F> {
/// Convert the provided type to (generally a closure) to Self (generally a "children" type,
/// Convert the provided type (generally a closure) to Self (generally a "children" type,
/// e.g., [Children]). See the implementations to see exactly which input types are supported
/// and which "children" type they are converted to.
fn to_children(f: F) -> Self;
Expand Down

0 comments on commit 68fdc8d

Please sign in to comment.