Skip to content

Commit 8dfd10b

Browse files
ron-wolfsimeonschaub
authored andcommitted
AbstractArray: Remove "storagetype might be … a function" (JuliaLang#37237)
Fixes JuliaLang#37226. See also JuliaLang#26733.
1 parent e22ee48 commit 8dfd10b

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)