mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
fix: typos
This commit is contained in:
parent
fa91ad6315
commit
334936b276
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ impl Parse for InlinePropsBody {
|
|||
let first_arg: FnArg = content.parse()?;
|
||||
let cx_token = {
|
||||
match first_arg {
|
||||
FnArg::Receiver(_) => panic!("first argument must not be a reciver argument"),
|
||||
FnArg::Receiver(_) => panic!("first argument must not be a receiver argument"),
|
||||
FnArg::Typed(f) => f.pat,
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue