Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: David Bernal <[email protected]>
  • Loading branch information
hdavid16 and bernalde authored Oct 13, 2023
1 parent 2231536 commit 2507c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ struct Indicator <: AbstractReformulationMethod end
"""
MOIDisjunction <: AbstractReformulationMethod
A reformulation type for reformulating disjunctions into their MathOptInterface
set representations [`DisjucntionSet`](@ref) which are then added to the model.
set representations [`DisjunctionSet`](@ref) which are then added to the model.
"""
struct MOIDisjunction <: AbstractReformulationMethod end

Expand Down

0 comments on commit 2507c20

Please sign in to comment.