Skip to content

Commit 2a8bffd

Browse files
committed
Sync Indicator docstring with implementation
1 parent a020b50 commit 2a8bffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ Base.:(==)(a::SOS2{T}, b::SOS2{T}) where {T} = a.weights == b.weights
19011901
)
19021902

19031903
"""
1904-
Indicator{A<:ActivationCondition,S<:AbstractScalarSet}(set::S)
1904+
Indicator{A,S<:AbstractScalarSet}(set::S)
19051905
19061906
The set corresponding to an indicator constraint.
19071907

0 commit comments

Comments
 (0)