chore: typo fixes (#6213)

Co-authored-by: kwfn <[email protected]>
This commit is contained in:
oliver
2023-12-11 19:22:55 +00:00
committed by GitHub
co-authored by kwfn
parent c06a55088b
commit 4aa7bbff4c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ impl ItemFn {
// Inner attributes require extra care, since they're not supported on
// blocks (which is what we're expanded into) we instead lift them
// outside of the function. This matches the behaviour of `syn`.
// outside of the function. This matches the behavior of `syn`.
for mut attr in self.inner_attrs {
attr.style = syn::AttrStyle::Outer;
attr.to_tokens(&mut tokens);