We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3c442 commit 5cec835Copy full SHA for 5cec835
packages/yew-macro/src/props/prop.rs
@@ -46,7 +46,7 @@ impl Prop {
46
} else {
47
Err(syn::Error::new_spanned(
48
path,
49
- "only simple identifiers may be used with the shorthand property syntax",
+ "only simple identifiers are allowed in the shorthand property syntax",
50
))
51
}
52
0 commit comments