Skip to content

Commit 5060aed

Browse files
authored
correct incomplete sentence (#47524)
* correct incomplete sentence * provide link for rata die
1 parent 3e9ca03 commit 5060aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/Dates/docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ julia> Dates.monthabbr(t;locale="french")
361361
```
362362

363363
Since the abbreviated versions of the days are not loaded, trying to use the
364-
function `dayabbr` will error.
364+
function `dayabbr` will throw an error.
365365

366366
```jldoctest tdate2
367367
julia> Dates.dayabbr(t;locale="french")
@@ -640,8 +640,8 @@ by 10.
640640
As Julia [`Date`](@ref) and [`DateTime`](@ref) values are represented according to the ISO 8601
641641
standard, `0000-01-01T00:00:00` was chosen as base (or "rounding epoch") from which to begin the
642642
count of days (and milliseconds) used in rounding calculations. (Note that this differs slightly
643-
from Julia's internal representation of [`Date`](@ref) s using Rata Die notation; but since the
644-
ISO 8601 standard is most visible to the end user, `0000-01-01T00:00:00` was chosen as the rounding
643+
from Julia's internal representation of [`Date`](@ref) s using [Rata Die notation](https://en.wikipedia.org/wiki/Rata_Die);
644+
but since the ISO 8601 standard is most visible to the end user, `0000-01-01T00:00:00` was chosen as the rounding
645645
epoch instead of the `0000-12-31T00:00:00` used internally to minimize confusion.)
646646

647647
The only exception to the use of `0000-01-01T00:00:00` as the rounding epoch is when rounding

0 commit comments

Comments
 (0)