Skip to content

Commit

Permalink
AbstractArray: Remove "storagetype might be … a function" (#37237)
Browse files Browse the repository at this point in the history
Fixes #37226. See also #26733.
  • Loading branch information
ron-wolf committed Aug 27, 2020
1 parent 813500d commit 0ae8f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/abstractarray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ to_shape(r::AbstractUnitRange) = r
Create an uninitialized mutable array analogous to that specified by
`storagetype`, but with `axes` specified by the last
argument. `storagetype` might be a type or a function.
argument.
**Examples**:
Expand Down

0 comments on commit 0ae8f95

Please sign in to comment.