Skip to content

Commit 1cc024e

Browse files
Update test/utils.jl
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
1 parent 9ef6332 commit 1cc024e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525
xs, y = randn(2,3), rand()
2626
f34(xs, y) = xs[1] * (sum(xs .^ (1:3)') + y^4) # non-diagonal Hessian, two arguments
2727

28-
# Follow is should work ones we workout what ForwardDiff should do when `Float64` is called on a `Dual`
28+
# Following should work once we workout what ForwardDiff should do when `Float64` is called on a `Dual`
2929
# https://github.com/JuliaDiff/ForwardDiff.jl/pull/538
3030
# else might need a custom overload of `(;;ChainRulesCore.ProjectTo)(::Dual)`
3131
# When fixed uncomment the below and delete the broken function

0 commit comments

Comments
 (0)