Skip to content

Commit fb9850e

Browse files
authored
Update src/MathOptInterface.jl
1 parent a757445 commit fb9850e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MathOptInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Subject to:
238238
VariableIndex-in-GreaterThan{Int64}
239239
x >= (2)
240240
241-
julia> MOI.get(new_model, MOI.VariableIndex, "x)
241+
julia> MOI.get(new_model, MOI.VariableIndex, "x")
242242
MOI.VariableIndex(1)
243243
```
244244
"""

0 commit comments

Comments
 (0)