Skip to content

Commit 2768749

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct NonlinearSystem <: AbstractTimeIndependentSystem
9595
"""
9696
substitutions::Any
9797
"""
98-
If false, then `sys.x` no longer performs namespacing.
98+
If false, then `sys.x` no longer performs namespacing, i.e. `sys.x => x`
9999
"""
100100
namespacing::Bool
101101
"""

0 commit comments

Comments
 (0)