Skip to content

Commit 78aa2c5

Browse files
fix docstring
1 parent f066cb6 commit 78aa2c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/systems/diffeqs/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct ODESystem <: AbstractODESystem
4747
"""
4848
Wfact::RefValue{Matrix{Expression}}
4949
"""
50-
Wfact\_t matrix. Note: this field will not be defined until
50+
Wfact_t matrix. Note: this field will not be defined until
5151
[`generate_factorized_W`](@ref) is called on the system.
5252
"""
5353
Wfact_t::RefValue{Matrix{Expression}}

src/systems/diffeqs/sdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct SDESystem <: AbstractODESystem
5353
"""
5454
Wfact::RefValue{Matrix{Expression}}
5555
"""
56-
Wfact\_t matrix. Note: this field will not be defined until
56+
Wfact_t matrix. Note: this field will not be defined until
5757
[`generate_factorized_W`](@ref) is called on the system.
5858
"""
5959
Wfact_t::RefValue{Matrix{Expression}}

0 commit comments

Comments
 (0)