Skip to content

Commit dd8b43e

Browse files
authored
Fix whitespace
1 parent 523cb35 commit dd8b43e

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)