Skip to content

Commit cdd36d4

Browse files
authored
Update src/Epochs/offsets.jl
1 parent 668af72 commit cdd36d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Epochs/offsets.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ end
302302
"""
303303
getoffset(TAI, UT1, second, fraction[, eop])
304304
305-
Return the offset between TAITC`](@ref) and [`UT1`](@ref) for the
305+
Return the offset between [`TAI`](@ref) and [`UT1`](@ref) for the
306306
current epoch (`second` after J2000 and `fraction`) in seconds.
307307
Optionally, a custom Earth orientation data struct `eop` can be provided,
308308
see [EarthOrientation.jl](https://github.com/JuliaAstro/EarthOrientation.jl).
@@ -558,4 +558,3 @@ julia> getoffset(TT, TDB, 0, 0.0, π, 6371.0, 0.0)
558558
end
559559
return offset
560560
end
561-

0 commit comments

Comments
 (0)