Skip to content
Snippets Groups Projects
Verified Commit 03e5f3be authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fix typo in docstring

parent 2a108798
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ end ...@@ -48,7 +48,7 @@ end
""" """
@global_model_constructor BuildingBlockType @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...) BuildingBlockType(args...; kwargs...) = BuildingBlockType(global_model::JuMP.Model, args...; kwargs...)
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment