Skip to content

Commit

Permalink
AbstractArray: Remove "storagetype might be … a function"
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-wolf authored Aug 27, 2020
1 parent e0cc82b commit 5f807eb
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 5f807eb

Please sign in to comment.