Skip to content

Commit 66cc813

Browse files
Merge pull request #3691 from SciML/baggepinnen-patch-7
Fix docstring of `get_p`
2 parents 847c41f + 27120aa commit 66cc813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/problem_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ end
16801680
"""
16811681
$(TYPEDSIGNATURES)
16821682
1683-
Return the `u0` vector for the given system `sys` and variable-value mapping `varmap`. All
1683+
Return the `p` object for the given system `sys` and variable-value mapping `varmap`. All
16841684
keyword arguments are forwarded to [`MTKParameters`](@ref) for split systems and
16851685
[`varmap_to_vars`](@ref) for non-split systems.
16861686
"""

0 commit comments

Comments
 (0)