Skip to content

Commit

Permalink
Typo inpu->input
Browse files Browse the repository at this point in the history
  • Loading branch information
thetazero committed Jul 25, 2022
1 parent 544e884 commit a092ddc
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 intpu/output interacting.
# All days, seconds, and nanoseconds are stored internally in the TAI time scale, conversion to from TAI is done on intput/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 a092ddc

Please sign in to comment.