Skip to content

Commit 0ae8f95

Browse files
authored
AbstractArray: Remove "storagetype might be … a function" (#37237)
Fixes #37226. See also #26733.
1 parent 813500d commit 0ae8f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/abstractarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ to_shape(r::AbstractUnitRange) = r
712712
713713
Create an uninitialized mutable array analogous to that specified by
714714
`storagetype`, but with `axes` specified by the last
715-
argument. `storagetype` might be a type or a function.
715+
argument.
716716
717717
**Examples**:
718718

0 commit comments

Comments
 (0)