Skip to content

Commit e4cbccb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/optimization/constraints_system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct ConstraintsSystem <: AbstractTimeIndependentSystem
7474
"""
7575
substitutions::Any
7676
"""
77-
If false, then `sys.x` no longer performs namespacing.
77+
If false, then `sys.x` no longer performs namespacing, i.e. `sys.x => x`
7878
"""
7979
namespacing::Bool
8080
"""

0 commit comments

Comments
 (0)