Skip to content

Commit 9044eb2

Browse files
authored
Merge pull request #354 from GregPlowman/patch-1
MArray documentation - can be mutated
2 parents bb51021 + 0db106d commit 9044eb2

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)