Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodard committed Feb 8, 2018
1 parent 314da61 commit 8968014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/introspection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function timeScale(eph::Ephem)
end

"""
PositionRecords
PositionRecord
stores position record metadata.
"""
Expand Down Expand Up @@ -62,9 +62,9 @@ function positionRecords(eph::Ephem)
end

"""
OrientationRecords
OrientationRecord
stores position record metadata.
stores orientation record metadata.
"""
struct OrientationRecord
" Naif Id of target "
Expand Down

0 comments on commit 8968014

Please sign in to comment.