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 b79856e commit 06467ebCopy full SHA for 06467eb
base/docs/basedocs.jl
@@ -1389,8 +1389,8 @@ implicitly begin blocks of code. See also [`;`](@ref).
1389
collection or the first index of a dimension of an array. For example,
1390
`a[begin]` is the first element of an array `a`.
1391
1392
-!!! compat "Julia 1.6"
1393
- 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.
1394
1395
# Examples
1396
```jldoctest
0 commit comments