Skip to content

Commit

Permalink
fix: rename error name
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Dec 25, 2023
1 parent 9d787ff commit 930adc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ fn map_rust_month(month: &u8) -> JsMonth {
9 => JsMonth::October,
10 => JsMonth::November,
11 => JsMonth::December,
_ => panic!("Unkown month index: {}", month),
_ => panic!("Unknown month index: {}", month),
}
}

Expand Down

0 comments on commit 930adc0

Please sign in to comment.