Skip to content

Commit 523cb35

Browse files
authored
Apply suggestions from code review
1 parent 6535c23 commit 523cb35

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
@@ -197,7 +197,7 @@ struct CompoundPeriod <: AbstractTime
197197
end
198198

199199
"""
200-
periods(::CompoundPeriod) -> Vector{Period}
200+
Dates.periods(::CompoundPeriod) -> Vector{Period}
201201
202202
Return the `Vector` of `Period`s that comprise the given `CompoundPeriod`.
203203
"""

0 commit comments

Comments
 (0)