Skip to content

Commit 5b88b2b

Browse files
authored
Typo in docstring of PSDCone (#3108)
1 parent b4eee84 commit 5b88b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sd.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ julia> jump_function(constraint_object(cref))
7979
julia> moi_set(constraint_object(cref))
8080
MathOptInterface.PositiveSemidefiniteConeSquare(2)
8181
```
82-
We see in the output of the last command that the matrix the vectorization of the
83-
matrix is constrained to belong to the `PositiveSemidefiniteConeSquare`.
82+
We see in the output of the last command that the vectorization of the matrix
83+
is constrained to belong to the `PositiveSemidefiniteConeSquare`.
8484
8585
```jldoctest PSDCone
8686
julia> using LinearAlgebra # For Symmetric

0 commit comments

Comments
 (0)