Skip to content

Commit 56a3cd2

Browse files
committed
cleanup comment
1 parent 8d27cb6 commit 56a3cd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/func.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ function FunctionOperator(op,
107107
if !isinplace & !outofplace
108108
@error "Please provide a funciton with signatures `op(u, p, t)` for applying
109109
the operator out-of-place, and/or the signature is `op(du, u, p, t)` for
110-
in-place application. Further, we assume that the function call would be
111-
nonallocating when called in-place"
110+
in-place application."
112111
end
113112

114113
T isa Nothing && @error "Please provide a Number type for the Operator"

0 commit comments

Comments
 (0)