We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae39dfd commit e99cedaCopy full SHA for e99ceda
doc/stdlib/dates.rst
@@ -307,7 +307,7 @@ Adjuster Functions
307
``same`` allows ``dt`` to be considered in satisfying ``func``. ``negate`` will make the adjustment
308
process terminate when ``func`` returns false instead of true.
309
310
-.. function:: recur{T<:TimeType}(func::Function,dr::StepRange{T};negate=false,limit=10000) -> Vector{T}
+.. function:: recur(func::Function,dr::StepRange{TimeType};negate=false,limit=10000) -> Vector{TimeType}
311
312
``func`` takes a single TimeType argument and returns a ``Bool`` indicating whether the input
313
should be "included" in the final set. ``recur`` applies ``func`` over each element in the
0 commit comments