Skip to content

Commit fb303dc

Browse files
authored
Typo in sets (#1024)
1 parent e022626 commit fb303dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sets.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,9 @@ end
717717
"""
718718
IndicatorSet{A, S <: AbstractScalarSet}(set::S)
719719
720-
``\\{((y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 0 \\implies x \\in set\\}``
720+
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 0 \\implies x \\in set\\}``
721721
when `A` is `ACTIVATE_ON_ZERO` and
722-
``\\{((y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 1 \\implies x \\in set\\}``
722+
``\\{(y, x) \\in \\{0, 1\\} \\times \\mathbb{R}^n : y = 1 \\implies x \\in set\\}``
723723
when `A` is `ACTIVATE_ON_ONE`.
724724
725725
`S` has to be a sub-type of `AbstractScalarSet`.

0 commit comments

Comments
 (0)