Skip to content

Commit

Permalink
Fix my own typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thetazero committed Jul 26, 2022
1 parent a092ddc commit 11a96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ epc = Epoch("2018-12-01 16:22:19.123456789 GPS")
```
"""
struct Epoch
# All days, seconds, and nanoseconds are stored internally in the TAI time scale, conversion to from TAI is done on intput/output interacting.
# All days, seconds, and nanoseconds are stored internally in the TAI time scale, conversion to from TAI is done on input/output interacting.
days::Int # Total days [0, ∞)
seconds::Int # Integer seconds [0, 86400)
nanoseconds::Float64 # Fractional seconds [0, 1)
Expand Down

0 comments on commit 11a96a5

Please sign in to comment.