Skip to content

Commit 85d1b3a

Browse files
committed
Fix error message
1 parent 36f5a4a commit 85d1b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DifferentiationInterface/src/utils

DifferentiationInterface/src/utils/prep.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function Base.showerror(
109109
end
110110
println(
111111
io,
112-
"If you are confident that this check is superfluous, you can disable it by running preparation with the keyword argument `strict=Val(true)` inside DifferentiationInterface.",
112+
"If you are confident that this check is superfluous, you can disable it by running preparation with the keyword argument `strict=Val(false)` inside DifferentiationInterface.",
113113
)
114114
return nothing
115115
end

0 commit comments

Comments
 (0)