Skip to content

Commit 1aca969

Browse files
authored
Fix docstring of inverse_trimap (#2790)
1 parent 1694a00 commit 1aca969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function trimap(row::Integer, column::Integer)
184184
end
185185

186186
"""
187-
inverse_trimap(row::Integer, column::Integer)
187+
inverse_trimap(index::Integer)
188188
189189
Convert between the linear index of a
190190
[`MathOptInterface.AbstractSymmetricMatrixSetTriangle`] to the row and column

0 commit comments

Comments
 (0)