Skip to content

Commit 291bd30

Browse files
committed
fix typo
1 parent ba20468 commit 291bd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/chainrules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ end
325325
end
326326
end
327327

328-
@timedtestset "Orth en null with eltype $T" for T in (Float64, ComplexF64, Float32)
328+
@timedtestset "Orth and null with eltype $T" for T in (Float64, ComplexF64, Float32)
329329
rng = StableRNG(12345)
330330
m = 19
331331
@testset "size ($m, $n)" for n in (17, m, 23)

0 commit comments

Comments
 (0)