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 9e0568f commit 1843ac1Copy full SHA for 1843ac1
docs/src/basics/FAQ.md
@@ -27,7 +27,7 @@ are similarly undocumented. Following is the list of behaviors that should be re
27
parameter with the given index.
28
- `setindex!(::MTKParameters, value, ::ParameterIndex)` can be used to set the value of a
29
30
- - `parameter_values(sys, sym)` will return a `ParameterIndex` object if `sys` has been
+ - `parameter_index(sys, sym)` will return a `ParameterIndex` object if `sys` has been
31
`complete`d (through `mtkcompile`, `complete` or `@mtkcompile`).
32
- `copy(::MTKParameters)` is defined and duplicates the parameter object, including the
33
memory used by the underlying buffers.
0 commit comments