Skip to content

Commit 88e9fde

Browse files
authored
minor typo fix (#152)
1 parent 78af383 commit 88e9fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objective_types/oncedifferentiable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function OnceDifferentiable(f, x_seed::AbstractArray{T},
7171
DiffResults.value(gr_res)
7272
end
7373
else
74-
error("The autodiff value $autodiff is not support. Use :finite or :forward.")
74+
error("The autodiff value $autodiff is not supported. Use :finite or :forward.")
7575
end
7676

7777
return OnceDifferentiable(f, g!, fg!, x_seed, F, DF)

0 commit comments

Comments
 (0)