Skip to content

Commit 19ce0c6

Browse files
committed
Update jacobi.jl
1 parent 8fd3f46 commit 19ce0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classical/jacobi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The [`Jacobi`](@ref) polynomials affine-mapped to interval `d`.
183183
# Examples
184184
```jldoctest
185185
julia> J = jacobi(1, 1, 0..1)
186-
Jacobi(1.0, 1.0) affine mapped to 0 .. 1
186+
Jacobi(1, 1) affine mapped to 0 .. 1
187187
188188
julia> axes(J)
189189
(Inclusion(0 .. 1), OneToInf())

0 commit comments

Comments
 (0)