Skip to content

Commit 3272ab2

Browse files
authored
More careful wording of iterables-match-collect convention
1 parent a7100a3 commit 3272ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/broadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ end
424424
425425
Return either `x` or an object like `x` such that it supports `axes` and indexing.
426426
427-
If `x` supports iteration, the returned value should match [`collect(x)`](@ref).
427+
If `x` supports iteration, the returned value should have the same `axes` and indexing behaviors as [`collect(x)`](@ref).
428428
429429
# Examples
430430
```jldoctest

0 commit comments

Comments
 (0)