Skip to content

Commit 2aa7118

Browse files
committed
minor changes to docstrings
1 parent 335a13d commit 2aa7118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/macros.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ which must be a `Vector` of `LogicalVariableRef`s.
146146
Add a group of disjunction described by the expression `expr` parameterized
147147
by `i`, `j`, ..., which must be a `Vector` of `LogicalVariableRef`s.
148148
149-
In both of the above calls, a [`Disjunct`](@ref) tag can be added to created
149+
In both of the above calls, a [`Disjunct`](@ref) tag can be added to create
150150
nested disjunctions.
151151
152152
The recognized keyword arguments in `kw_args` are the following:

src/reformulate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ end
119119
)
120120
121121
Extension point for reformulation method `method` to reformulate disjunction constraint `con` over each
122-
constraint. If `method` needs to reformulate the whole disjunction simultaneously, see
122+
constraint. If `method` needs to specify how to reformulate the entire disjunction, see
123123
[`reformulate_disjunction`](@ref).
124124
"""
125125
function reformulate_disjunct_constraint(

0 commit comments

Comments
 (0)