Skip to content

Commit a543dc7

Browse files
authored
Fix typos in attributes.jl (#2429)
1 parent 1290d5e commit a543dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ is_set_by_optimize(::CallbackVariablePrimal) = true
15731573
A variable attribute for the `BasisStatusCode` of a variable in result
15741574
`result_index`, with respect to an available optimal solution basis.
15751575
1576-
If the solver does not have a basis statue for the variable because the
1576+
If the solver does not have a basis status for the variable because the
15771577
`result_index` is beyond the available solutions (whose number is indicated by
15781578
the [`ResultCount`](@ref) attribute), getting this attribute must throw a
15791579
[`ResultIndexBoundsError`](@ref). Otherwise, if the result is unavailable for
@@ -1757,7 +1757,7 @@ A constraint attribute for the `BasisStatusCode` of some constraint in result
17571757
`result_index`, with respect to an available optimal solution basis. If
17581758
`result_index` is omitted, it is 1 by default.
17591759
1760-
If the solver does not have a basis statue for the constraint because the
1760+
If the solver does not have a basis status for the constraint because the
17611761
`result_index` is beyond the available solutions (whose number is indicated by
17621762
the [`ResultCount`](@ref) attribute), getting this attribute must throw a
17631763
[`ResultIndexBoundsError`](@ref). Otherwise, if the result is unavailable for

0 commit comments

Comments
 (0)