Skip to content

Commit

Permalink
docs: fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samfolo authored and djc committed Feb 15, 2025
1 parent 7cdca4b commit 8317e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/naive/date/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mod tests;
/// on the same calendar date---April 23, 1616---but in the different calendar.
/// Britain used the Julian calendar at that time, so Shakespeare's death is later.)
///
/// * ISO 8601 calendars has the year 0, which is 1 BCE (a year before 1 CE).
/// * ISO 8601 calendars have the year 0, which is 1 BCE (a year before 1 CE).
/// If you need a typical BCE/BC and CE/AD notation for year numbers,
/// use the [`Datelike::year_ce`] method.
///
Expand Down

0 comments on commit 8317e7c

Please sign in to comment.