Skip to content

Commit

Permalink
fix: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Mar 26, 2022
1 parent bd0710d commit 48e194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-macro/src/entrypoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl Parse for MainFn {
}
item => Err(syn::Error::new_spanned(
item,
"only funtions can be used as tests",
"only funtions can be used as entrypoints",
)),
}
}
Expand Down

0 comments on commit 48e194b

Please sign in to comment.