From 5f807ebff3bdb0a3985984422c9deff3925549ab Mon Sep 17 00:00:00 2001 From: Ron Wolf Date: Thu, 27 Aug 2020 11:17:53 -0400 Subject: [PATCH] =?UTF-8?q?AbstractArray:=20Remove=20"storagetype=20might?= =?UTF-8?q?=20be=20=E2=80=A6=20a=20function"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #37226. See also #26733. --- base/abstractarray.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**: