Skip to content

Commit 382e97c

Browse files
fix. Fix typo
1 parent 3901046 commit 382e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blocks/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Base class for a multiple input multiple output (MIMO) continuous system block.
174174
end
175175
if y_start !== nothing
176176
Base.depwarn(
177-
"The keyword argument `y_start` is deprecated. Use `u_guess` instead.", :y_start)
177+
"The keyword argument `y_start` is deprecated. Use `y_guess` instead.", :y_start)
178178
y_guess = y_start
179179
end
180180
@named input = RealInput(nin = nin, guess = u_guess)

0 commit comments

Comments
 (0)