Skip to content

Commit 48bc9b1

Browse files
author
Katharine Hyatt
committed
Another typo fix
1 parent 58706ec commit 48bc9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MatrixAlgebraKitMooncakeExt/MatrixAlgebraKitMooncakeExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ for (f!, f, f_full, pb, pf, adj) in (
222222
end
223223
end
224224

225-
for (f, f_ne, pb, adj) in (
225+
for (f, f_ne, pb, pf, adj) in (
226226
(:eig_trunc, :eig_trunc_no_error, :eig_trunc_pullback!, :eig_trunc_pushforward!, :eig_trunc_adjoint),
227227
(:eigh_trunc, :eigh_trunc_no_error, :eigh_trunc_pullback!, :eigh_trunc_pushforward, :eigh_trunc_adjoint),
228228
)

0 commit comments

Comments
 (0)