Skip to content

Commit

Permalink
Fix Time doc
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jan 19, 2017
1 parent 73eafe9 commit 58338da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/dates/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ immutable Date <: TimeType
end

"""
Time
`Time` wraps a `Nanosecond` and represents a specific moment in a 24-hour day.
"""
immutable Time <: TimeType
instant::Nanosecond
Expand Down

0 comments on commit 58338da

Please sign in to comment.