We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9127336 commit 02d4dd4Copy full SHA for 02d4dd4
docs/src/manual/mtk.md
@@ -86,7 +86,7 @@ function generate_f_h(model, inputs, outputs)
86
try
87
# MTK.jl supports a `u` argument in `h_ip` function but not this package. We set
88
# `u` as a vector of nothing and `h_ip` function will presumably throw an
89
- # MethodError it this argument is used inside the function
+ # MethodError if this argument is used inside the function
90
h_ip(y, x, u_nothing, p, nothing)
91
catch err
92
if err isa MethodError
0 commit comments