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 a7100a3 commit 3272ab2Copy full SHA for 3272ab2
base/broadcast.jl
@@ -424,7 +424,7 @@ end
424
425
Return either `x` or an object like `x` such that it supports `axes` and indexing.
426
427
-If `x` supports iteration, the returned value should match [`collect(x)`](@ref).
+If `x` supports iteration, the returned value should have the same `axes` and indexing behaviors as [`collect(x)`](@ref).
428
429
# Examples
430
```jldoctest
0 commit comments