Skip to content

Commit

Permalink
Merge pull request #354 from GregPlowman/patch-1
Browse files Browse the repository at this point in the history
MArray documentation - can be mutated
  • Loading branch information
c42f authored Jan 8, 2018
2 parents bb51021 + 0db106d commit 9044eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MArray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Construct a statically-sized, mutable array `MArray`. The data may optionally be
provided upon construction and cannot be mutated later. The `S` parameter is a Tuple-type
provided upon construction and can be mutated later. The `S` parameter is a Tuple-type
specifying the dimensions, or size, of the array - such as `Tuple{3,4,5}` for a 3×4×5-sized
array. The `L` parameter is the `length` of the array and is always equal to `prod(S)`.
Constructors may drop the `L` and `T` parameters if they are inferrable from the input
Expand Down

0 comments on commit 9044eb2

Please sign in to comment.