Skip to content

Commit

Permalink
fix spelling mistake (#1041)
Browse files Browse the repository at this point in the history
fix spelling mistake

Co-authored-by: anubis <[email protected]>
  • Loading branch information
lazyanubis and anubis authored Feb 2, 2025
1 parent fe6fcd0 commit 424a6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/macros/src/extract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl TryFrom<&Field> for FieldInfo {
if !sources.is_empty() {
return Err(Error::new_spanned(
ident,
"flatten field should not define souces.",
"flatten field should not define sources.",
));
}
if !aliases.is_empty() {
Expand Down

0 comments on commit 424a6e0

Please sign in to comment.