From dd8b43e0e94d7289b7c1937379a0121c4d15f2c6 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 10 Jan 2021 21:35:24 -0500 Subject: [PATCH] Fix whitespace --- stdlib/Dates/src/periods.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/Dates/src/periods.jl b/stdlib/Dates/src/periods.jl index 0745ab0352e53..2af634bdf104c 100644 --- a/stdlib/Dates/src/periods.jl +++ b/stdlib/Dates/src/periods.jl @@ -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