Skip to content

Commit

Permalink
fix typo (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimChenWYU authored Dec 15, 2024
1 parent b023d23 commit 49e1af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strum_macros/src/helpers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use syn::spanned::Spanned;
pub fn missing_parse_err_attr_error() -> syn::Error {
syn::Error::new(
Span::call_site(),
"`parse_err_ty` and `parse_err_fn` attribute is both required.",
"`parse_err_ty` and `parse_err_fn` attributes are both required.",
)
}

Expand Down

0 comments on commit 49e1af5

Please sign in to comment.