Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 14, 2024
1 parent 781bf3a commit 0ed60fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_macros/src/ser_raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn modify_enum(item: &mut ItemEnum) -> TokenStream {
panic!("`ser_raw` attribute only supports integers as explicit discriminators");
}
} else {
// No explict discriminant - create discriminant following last
// No explicit discriminant - create discriminant following last
let discriminant = if index < len - 1 {
next_discriminant
} else {
Expand Down

0 comments on commit 0ed60fb

Please sign in to comment.