Skip to content

Commit 0931e79

Browse files
committed
debug: correct type
1 parent 6440636 commit 0931e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controller/transcription.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ end
10701070
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::TranscriptionMethod) = nothing
10711071
"No linear equality constraints for [`SingleShooting`(@ref) (N/A).]"
10721072
linconstrainteq!(::PredictiveController, ::SimModel, ::StateEstimator, ::SingleShooting) = nothing
1073-
linconstrainteq!(::PredictiveController, ::SimModel, ::IntenalModel, ::SingleShooting) = nothing
1073+
linconstrainteq!(::PredictiveController, ::SimModel, ::InternalModel, ::SingleShooting) = nothing
10741074

10751075
@doc raw"""
10761076
set_warmstart!(mpc::PredictiveController, ::SingleShooting, Z̃var) -> Z̃s

0 commit comments

Comments
 (0)