Skip to content

Commit 2ed1893

Browse files
chore: typo
1 parent 67e87d1 commit 2ed1893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/RecursiveArrayToolsZygoteExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Zygote.@adjoint function Zygote.literal_getproperty(A::RecursiveArrayTools.Abstr
104104
dA = vofa_u_adjoint(d, A)
105105
(dA, nothing)
106106
end
107-
A.u, literal_VectorOfArray_u_adjoint
107+
A.u, literal_AbstractVofA_u_adjoint
108108
end
109109

110110
function vofa_u_adjoint(d, A::RecursiveArrayTools.VectorOfArray)

0 commit comments

Comments
 (0)