Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: JoostBuitink <[email protected]>
  • Loading branch information
visr and JoostBuitink authored Nov 12, 2024
1 parent 197142a commit f07fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/server.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function wflow_bmi(s::ZMQ.Socket, handler::ModelHandler, f)
if typeof(ret) <: Wflow.Model # initialize Wflow model
handler.model = ret
response(s)
elseif isnothing(ret) # for muting BMI functions (e.g. update, update_until and set_value)
elseif isnothing(ret) # for mutating BMI functions (e.g. update, update_until and set_value)
response(s)
else
@info "Send response including output from Wflow function `$(f.fn)`"
Expand Down

0 comments on commit f07fb25

Please sign in to comment.