Skip to content

Commit 2f91512

Browse files
committed
Fix slash
1 parent a21a0b8 commit 2f91512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ultraspherical.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ using ClassicalOrthogonalPolynomials: grammatrix
209209
end
210210
end
211211

212-
@testset "Jacobi(-1, 0) \ Ultraspherical(-1/2)" begin
212+
@testset "Jacobi(-1, 0) / Ultraspherical(-1/2)" begin
213213
A = Jacobi(-1, 0)
214214
B = Ultraspherical(-1/2)
215215
R = A \ B

0 commit comments

Comments
 (0)