Skip to content

Commit 0db106d

Browse files
authored
MArray documentation - can be mutated
1 parent bb51021 commit 0db106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MArray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
77
Construct a statically-sized, mutable array `MArray`. The data may optionally be
8-
provided upon construction and cannot be mutated later. The `S` parameter is a Tuple-type
8+
provided upon construction and can be mutated later. The `S` parameter is a Tuple-type
99
specifying the dimensions, or size, of the array - such as `Tuple{3,4,5}` for a 3×4×5-sized
1010
array. The `L` parameter is the `length` of the array and is always equal to `prod(S)`.
1111
Constructors may drop the `L` and `T` parameters if they are inferrable from the input

0 commit comments

Comments
 (0)