Skip to content

Commit 3b189dc

Browse files
DilumAluthgeElOceanografo
authored andcommitted
Fix whitespace
1 parent b6137c6 commit 3b189dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Dates/src/periods.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ end
199199
"""
200200
Dates.periods(::CompoundPeriod) -> Vector{Period}
201201
202-
Return the `Vector` of `Period`s that comprise the given `CompoundPeriod`.
202+
Return the `Vector` of `Period`s that comprise the given `CompoundPeriod`.
203203
"""
204204
periods(x::CompoundPeriod) = x.periods
205205

0 commit comments

Comments
 (0)