Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 11, 2021
1 parent 523cb35 commit dd8b43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Dates/src/periods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ end
"""
Dates.periods(::CompoundPeriod) -> Vector{Period}
Return the `Vector` of `Period`s that comprise the given `CompoundPeriod`.
Return the `Vector` of `Period`s that comprise the given `CompoundPeriod`.
"""
periods(x::CompoundPeriod) = x.periods

Expand Down

0 comments on commit dd8b43e

Please sign in to comment.