diff --git a/base/abstractarray.jl b/base/abstractarray.jl index eae628b05f73f..045ecc4562f92 100644 --- a/base/abstractarray.jl +++ b/base/abstractarray.jl @@ -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**: