Skip to content

Commit f1984f7

Browse files
blegatmlubin
authored andcommitted
Improve wording in copy doc (#322)
1 parent 2b9719b commit f1984f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MathOptInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ a `CopyResult` object. If the copy is successful, the `CopyResult` contains a
118118
dictionary-like object that translates variable and constraint indices from the
119119
`src` model to the corresponding indices in the `dest` model.
120120
121-
If `copynames` is `false`, the `Name`, `VariableName` and `ConstraintName` attributes are not copied even if they are set to `src`.
121+
If `copynames` is `false`, the `Name`, `VariableName` and `ConstraintName` attributes are not copied even if they are set in `src`.
122122
If an attribute `attr` cannot be copied from `src` to `dest` then an error is thrown. If an optimizer attribute cannot be copied then:
123123
124124
* If `warnattributes` is `true`, a warning is displayed, otherwise,

0 commit comments

Comments
 (0)