Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Dec 19, 2023
1 parent db3f3bd commit 53e0820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/calendar/src/chinese.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl Ord for Chinese {
}

impl Chinese {
/// Creates a new [`Chinese`] using only modern eras (post-meiji) from compiled data.
/// Creates a new [`Chinese`] with some precomputed calendrical calculations.
///
/// ✨ *Enabled with the `compiled_data` Cargo feature.*
///
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/src/dangi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ impl Ord for Dangi {
}

impl Dangi {
/// Creates a new [`Dangi`] using only modern eras (post-meiji) from compiled data.
/// Creates a new [`Dangi`] with some precomputed calendrical calculations.
///
/// ✨ *Enabled with the `compiled_data` Cargo feature.*
///
Expand Down

0 comments on commit 53e0820

Please sign in to comment.