Skip to content

Commit af318dd

Browse files
ChrisRackauckasBenChung
authored andcommitted
Update src/systems/abstractsystem.jl
1 parent 96526a9 commit af318dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,7 @@ end
889889
"""
890890
$(TYPEDSIGNATURES)
891891
892-
Mark a system as completed. A completed system is assumed to be a
893-
If a system is complete, the system will no longer
892+
Mark a system as completed. If a system is complete, the system will no longer
894893
namespace its subsystems or variables, i.e. `isequal(complete(sys).v.i, v.i)`.
895894
"""
896895
function complete(sys::AbstractSystem; split = true)

0 commit comments

Comments
 (0)