Skip to content

Commit cf287bf

Browse files
committed
📝 [ci skip] Specify meaning of T in operate
1 parent 3078a20 commit cf287bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Utilities/functions.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ end
560560
args::Union{T, MOI.AbstractFunction}...)::MOI.AbstractFunction where T
561561
562562
Returns an `MOI.AbstractFunction` representing the function resulting from the
563-
operation `op(args...)`. No argument can be modified.
563+
operation `op(args...)` on functions of coefficient type `T`. No argument can be
564+
modified.
564565
"""
565566
function operate end
566567

@@ -569,8 +570,9 @@ function operate end
569570
args::Union{T, MOI.AbstractFunction}...)::MOI.AbstractFunction where T
570571
571572
Returns an `MOI.AbstractFunction` representing the function resulting from the
572-
operation `op(args...)`. The first argument can be modified. The return type
573-
is the same than the method `operate(op, T, args...)` without `!`.
573+
operation `op(args...)` on functions of coefficient type `T`. The first argument
574+
can be modified. The return type is the same than the method
575+
`operate(op, T, args...)` without `!`.
574576
"""
575577
function operate! end
576578

0 commit comments

Comments
 (0)