We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e818ba commit 64dfc9fCopy full SHA for 64dfc9f
packages/yew-macro/src/autoprops.rs
@@ -59,7 +59,7 @@ impl syn::parse::Parse for Autoprops {
59
syn::Error::new_spanned(
60
sig,
61
"could not find #[function_component] attribute in function declaration \
62
- (#[autoprops] must be place *before* #[function_component])",
+ (#[autoprops] must be placed *before* #[function_component])",
63
)
64
})?;
65
0 commit comments