From 98207bf1a742b81e76873ca24a324fea74f3a736 Mon Sep 17 00:00:00 2001 From: Kaede Hoshikawa Date: Sun, 4 Jun 2023 02:47:02 +0900 Subject: [PATCH] Fix comment. --- .../yew-macro/tests/html_macro/component-any-children-pass.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yew-macro/tests/html_macro/component-any-children-pass.rs b/packages/yew-macro/tests/html_macro/component-any-children-pass.rs index 4767636cb6d..cf5a924e506 100644 --- a/packages/yew-macro/tests/html_macro/component-any-children-pass.rs +++ b/packages/yew-macro/tests/html_macro/component-any-children-pass.rs @@ -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<()>, }