Skip to content

Commit 8357b8f

Browse files
Update src/systems/optimization/optimizationsystem.jl
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
1 parent e4cbccb commit 8357b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/optimization/optimizationsystem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct OptimizationSystem <: AbstractOptimizationSystem
5555
"""
5656
gui_metadata::Union{Nothing, GUIMetadata}
5757
"""
58-
If false, then `sys.x` no longer performs namespacing.
58+
If false, then `sys.x` no longer performs namespacing, i.e. `sys.x => x`
5959
"""
6060
namespacing::Bool
6161
"""

0 commit comments

Comments
 (0)