Skip to content

Commit

Permalink
Fix copypaste error for Hijri era name (#6208)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsivonen authored Feb 28, 2025
1 parent 450bb44 commit e3e3c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/calendar/src/islamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn year_as_islamic(standard_era: tinystr::TinyStr16, year: i32) -> types::YearIn
///
/// # Era codes
///
/// This calendar supports a single era code, Anno Mundi, with code `"ah"`
/// This calendar supports a single era code, Anno Hegirae, with code `"ah"`
///
/// # Month codes
///
Expand All @@ -67,7 +67,7 @@ pub struct IslamicObservational {
///
/// # Era codes
///
/// This calendar supports a single era code, Anno Mundi, with code `"ah"`
/// This calendar supports a single era code, Anno Hegirae, with code `"ah"`
///
/// # Month codes
///
Expand All @@ -81,7 +81,7 @@ pub struct IslamicCivil;
///
/// # Era codes
///
/// This calendar supports a single era code, Anno Mundi, with code `"ah"`
/// This calendar supports a single era code, Anno Hegirae, with code `"ah"`
///
/// # Month codes
///
Expand All @@ -96,7 +96,7 @@ pub struct IslamicUmmAlQura {
///
/// # Era codes
///
/// This calendar supports a single era code, Anno Mundi, with code `"ah"`
/// This calendar supports a single era code, Anno Hegirae, with code `"ah"`
///
/// # Month codes
///
Expand Down

0 comments on commit e3e3c96

Please sign in to comment.