Skip to content

Commit 4bf16b7

Browse files
committed
Fix
1 parent 366a6a0 commit 4bf16b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ julia> F = MOI.get(model, SDPLR.Factor(), VariableInSetRef(X))
122122
-0.750538 -0.558704 0.352905
123123
```
124124

125-
`JuMP.value.(X)` is internally computed from the factor so this will always hold:
125+
`JuMP.value(X)` is internally computed from the factor so this will always hold:
126126

127127
```julia-repl
128-
julia> F * F' ≈ value.(X)
128+
julia> F * F' ≈ value(X)
129129
true
130130
```
131131

0 commit comments

Comments
 (0)