Skip to content

Commit 8317e7c

Browse files
samfolodjc
authored andcommitted
docs: fix minor typo
1 parent 7cdca4b commit 8317e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/naive/date/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mod tests;
6060
/// on the same calendar date---April 23, 1616---but in the different calendar.
6161
/// Britain used the Julian calendar at that time, so Shakespeare's death is later.)
6262
///
63-
/// * ISO 8601 calendars has the year 0, which is 1 BCE (a year before 1 CE).
63+
/// * ISO 8601 calendars have the year 0, which is 1 BCE (a year before 1 CE).
6464
/// If you need a typical BCE/BC and CE/AD notation for year numbers,
6565
/// use the [`Datelike::year_ce`] method.
6666
///

0 commit comments

Comments
 (0)