Skip to content

Commit

Permalink
Update src/Std/Time.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Himmel <markus@himmel-villmar.de>
  • Loading branch information
algebraic-dev and TwoFX authored Nov 7, 2024
1 parent a69dca1 commit 5b7a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Std/Time.lean
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ nanoseconds corresponds to one second.
# Date and Time Types
Dates and times are made up of different parts. an `Ordinal` is an absolute value, like a specific day in a month,
Dates and times are made up of different parts. An `Ordinal` is an absolute value, like a specific day in a month,
while an `Offset` is a shift forward or backward in time, used in arithmetic operations to add or subtract days, months or years.
Dates use components like `Year.Ordinal`, `Month.Ordinal`, and `Day.Ordinal` to ensure they represent
valid points in time.
Expand Down

0 comments on commit 5b7a8fd

Please sign in to comment.