Skip to content

Commit c90d557

Browse files
Update src/systems/diffeqs/sdesystem.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 9766eda commit c90d557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/sdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ struct SDESystem <: AbstractODESystem
139139
"""
140140
gui_metadata::Union{Nothing, GUIMetadata}
141141
"""
142-
If false, then `sys.x` no longer performs namespacing.
142+
If false, then `sys.x` no longer performs namespacing, i.e. `sys.x => x`
143143
"""
144144
namespacing::Bool
145145
"""

0 commit comments

Comments
 (0)