From 9b27092de3fcfc484d7f654f7a83eee2bfabc2e9 Mon Sep 17 00:00:00 2001 From: jverzani Date: Fri, 26 Apr 2024 12:25:25 -0400 Subject: [PATCH] typo --- test/rational-functions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rational-functions.jl b/test/rational-functions.jl index a7d76dd2..391af0e9 100644 --- a/test/rational-functions.jl +++ b/test/rational-functions.jl @@ -120,7 +120,7 @@ end @test eltype([1, p, pp]) == PP promote(im, p); promote(p, pp) # but promote(im, pp) fails ## this is a bad test, a,b =promote(im,p) leave a P{Complex} - ## which doesn't conver to type pp. + ## which doesn't convert to type pp. # @test eltype(eltype(eltype([im, p, pp]))) == Complex{Int} ## test mixed types promote polynomial type