Skip to content

Commit 1843ac1

Browse files
docs: fix incorrect FAQ section
1 parent 9e0568f commit 1843ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ are similarly undocumented. Following is the list of behaviors that should be re
2727
parameter with the given index.
2828
- `setindex!(::MTKParameters, value, ::ParameterIndex)` can be used to set the value of a
2929
parameter with the given index.
30-
- `parameter_values(sys, sym)` will return a `ParameterIndex` object if `sys` has been
30+
- `parameter_index(sys, sym)` will return a `ParameterIndex` object if `sys` has been
3131
`complete`d (through `mtkcompile`, `complete` or `@mtkcompile`).
3232
- `copy(::MTKParameters)` is defined and duplicates the parameter object, including the
3333
memory used by the underlying buffers.

0 commit comments

Comments
 (0)