Skip to content

Commit

Permalink
Fix typo in month.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
flurin137 authored and djc committed May 23, 2022
1 parent 7097f93 commit 8f9b08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/month.rs
Expand Up @@ -81,7 +81,7 @@ impl Month {
///
/// `m`: | `January` | `February` | `...` | `December`
/// ----------- | --------- | ---------- | --- | ---------
/// `m.succ()`: | `December` | `January` | `...` | `November`
/// `m.pred()`: | `December` | `January` | `...` | `November`
#[inline]
pub fn pred(&self) -> Month {
match *self {
Expand Down

0 comments on commit 8f9b08a

Please sign in to comment.