Skip to content

Commit 8a36fe4

Browse files
Merge pull request #912 from SciML/ChrisRackauckas-patch-2
Reference SavedSubsystem in docs
2 parents 666c3a0 + d8b470e commit 8a36fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/ode_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ https://docs.sciml.ai/DiffEqDocs/stable/basics/solution/
104104
successfully, whether it terminated early due to a user-defined callback, or whether it
105105
exited due to an error. For more details, see
106106
[the return code documentation](https://docs.sciml.ai/SciMLBase/stable/interfaces/Solutions/#retcodes).
107-
- `saved_subsystem`: a [`SavedSubsystem`](@ref) representing the subset of variables saved
107+
- `saved_subsystem`: a [`SciMLBase.SavedSubsystem`](@ref) representing the subset of variables saved
108108
in this solution, or `nothing` if all variables are saved. Here "variables" refers to
109109
both continuous-time state variables and timeseries parameters.
110110
"""

0 commit comments

Comments
 (0)