Skip to content

Commit

Permalink
More careful wording of iterables-match-collect convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Mar 16, 2018
1 parent a7100a3 commit 3272ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ end
Return either `x` or an object like `x` such that it supports `axes` and indexing.
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).
# Examples
```jldoctest
Expand Down

0 comments on commit 3272ab2

Please sign in to comment.