We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdca4b commit 8317e7cCopy full SHA for 8317e7c
src/naive/date/mod.rs
@@ -60,7 +60,7 @@ mod tests;
60
/// on the same calendar date---April 23, 1616---but in the different calendar.
61
/// Britain used the Julian calendar at that time, so Shakespeare's death is later.)
62
///
63
-/// * 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).
64
/// If you need a typical BCE/BC and CE/AD notation for year numbers,
65
/// use the [`Datelike::year_ce`] method.
66
0 commit comments