Skip to content

Commit 62b4b1b

Browse files
Update src/config.jl
1 parent 19abea2 commit 62b4b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This constructor does not store/modify `x`.
175175
"""
176176
function GradientConfig(f::F,
177177
x::AbstractArray{V},
178-
::Chunk{N} = Chunk(x),
178+
::Chunk{N} = Chunk(x),
179179
::T = Tag(f, V)) where {F,V,N,T}
180180
seeds = construct_seeds(Partials{N,V})
181181
duals = similar(x, Dual{T,V,N})

0 commit comments

Comments
 (0)