diff --git a/base/docs/basedocs.jl b/base/docs/basedocs.jl index ad9c2e67fa917..635f1765627fa 100644 --- a/base/docs/basedocs.jl +++ b/base/docs/basedocs.jl @@ -1389,8 +1389,8 @@ implicitly begin blocks of code. See also [`;`](@ref). collection or the first index of a dimension of an array. For example, `a[begin]` is the first element of an array `a`. -!!! compat "Julia 1.6" - Use of `begin` as an index requires Julia 1.6 or later. +!!! compat "Julia 1.4" + Use of `begin` as an index requires Julia 1.4 or later. # Examples ```jldoctest