From 8afa81528894af4bd46f2279c9956e01dd885daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Thu, 15 Jan 2026 08:32:01 +0100 Subject: [PATCH] Typo fix varaible -> variable --- src/structures.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/structures.jl b/src/structures.jl index 3063a81..72d8ee0 100644 --- a/src/structures.jl +++ b/src/structures.jl @@ -204,7 +204,7 @@ function Base.getproperty(m::PrimalDualMap{T}, name::Symbol) where {T} """ Field `constrained_var_dual` was removed. From a primal constrained variable constraint index, use the field - `primal_constrained_variables` to obtain the primal varaibles. + `primal_constrained_variables` to obtain the primal variables. Then, from the primal variable index, use the field `primal_variable_data`. In the data structures returned, the constraint can be found at @@ -227,7 +227,7 @@ function Base.getproperty(m::PrimalDualMap{T}, name::Symbol) where {T} From a primal constraint index, use the field `primal_constraint_data`. In the data structure returned, the dual variables can be found at - `dual_varaibles`. + `dual_variables`. """, ) elseif name === :primal_con_dual_con @@ -254,7 +254,7 @@ function Base.getproperty(m::PrimalDualMap{T}, name::Symbol) where {T} """ Field `constrained_var_zero` was removed. From a primal constrained variable constraint index, use the field - `primal_constrained_variables` to obtain the primal varaibles. + `primal_constrained_variables` to obtain the primal variables. Then, from the primal variable index, use the field `primal_variable_data`. In the data structure returned, the primal function can be found at