Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial work to add a Time type to Base.Dates #12274

Merged
merged 7 commits into from
Jan 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix whitespace
  • Loading branch information
quinnj committed Jan 19, 2017
commit 673d2b88adc4a9596b6cfbc89048eff97d641b3f
4 changes: 2 additions & 2 deletions base/dates/accessors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ for func in (:hour, :minute, :second, :millisecond, :microsecond, :nanosecond)
@doc """
$($name)(t::Time) -> Int64

The $($name) of a `Time` as an `Int64`.
""" $func(t::Time)
The $($name) of a `Time` as an `Int64`.
""" $func(t::Time)
end
end