Skip to content

Commit c465751

Browse files
Update src/systems/discrete_system/implicit_discrete_system.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 1fc549c commit c465751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/discrete_system/implicit_discrete_system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ struct ImplicitDiscreteSystem <: AbstractDiscreteSystem
9696
"""
9797
substitutions::Any
9898
"""
99-
If false, then `sys.x` no longer performs namespacing.
99+
If false, then `sys.x` no longer performs namespacing, i.e. `sys.x => x`
100100
"""
101101
namespacing::Bool
102102
"""

0 commit comments

Comments
 (0)