diff --git a/src/solve_model.jl b/src/solve_model.jl index 227380bfa65b834329f841b336feb9e3a4df4b35..c2d9ed1a93deec9f151206cfaf2a6e73f27fea49 100644 --- a/src/solve_model.jl +++ b/src/solve_model.jl @@ -48,7 +48,7 @@ end """ @global_model_constructor BuildingBlockType -Add a onstructor the [`BuildingBlock`](@ref) subtype that fetches the global JuMP model (set by [`set_model`](@ref)) and assigns it to the first argument. +Add a constructor to the [`BuildingBlock`](@ref) subtype that fetches the global JuMP model (set by [`set_model`](@ref)) and assigns it to the first argument. ``` BuildingBlockType(args...; kwargs...) = BuildingBlockType(global_model::JuMP.Model, args...; kwargs...) ```