Skip to content

Commit 5366a2d

Browse files
committed
typo
1 parent dad3579 commit 5366a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/named_systems2.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ function connect(systems; u1::Vector{Symbol}, y1::Vector{Symbol}, external_input
534534
w1 === nothing && error("The keyword argument `external_inputs` must be provided")
535535
if unique
536536
check_unique(u1, "u1", "Connected inputs not unique. If you want to connect several signals to the same input, use a summation node, e.g., named_ss(ss([1 1]), u=[:u1, :u2], y=:usum)")
537-
check_unique(full.u, "system inputs" "To allow connecting a single input signal to several inputs with the same name, pass `unique = false`.")
537+
check_unique(full.u, "system inputs", "To allow connecting a single input signal to several inputs with the same name, pass `unique = false`.")
538538
end
539539

540540
check_unique(full.y, "system outputs")

0 commit comments

Comments
 (0)