Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jun 3, 2023
1 parent a0a6580 commit 98207bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ mod scoped {
::std::clone::Clone, ::yew::Properties, ::std::default::Default, ::std::cmp::PartialEq,
)]
pub struct RenderPropProps {
// You can use Html as Children.
// You can use Callback<()> as Children.
#[prop_or_default]
pub children: ::yew::Callback<()>,
}
Expand Down

0 comments on commit 98207bf

Please sign in to comment.