We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db703 commit 3bc605fCopy full SHA for 3bc605f
docs/src/pages/api.md
@@ -196,7 +196,7 @@ appropriate method for `similar`,
196
197
You can easily create your own `StaticArray` type, by defining linear
198
`getindex` (and optionally `setindex!` for mutable types --- see
199
-`setindex(::MArray, val, i)` in *MArray.jl* for an example of how to
+`setindex!(::MArray, val, i)` in *MArray.jl* for an example of how to
200
achieve this through pointer manipulation). Your type should define a constructor
201
that takes a tuple of the data (and mutable containers may want to define a
202
default constructor).
0 commit comments