Skip to content

Commit b3f3e46

Browse files
authored
Fix typo, Hemite -> Hermite (#116)
Fix JuliaApproximation/ApproxFun.jl#826
1 parent 55ece03 commit b3f3e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spaces/Hermite/Hermite.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export Hermite,NormalizedHermite,GaussWeight
33
#TODO: Add general lines
44

55
"""
6-
`Hemite(L)` represents `H_k(sqrt(L) * x)` where `H_k` are Hermite polynomials.
6+
`Hermite(L)` represents `H_k(sqrt(L) * x)` where `H_k` are Hermite polynomials.
77
`Hermite()` is equivalent to `Hermite(1.0)`.
88
"""
99
struct Hermite{T} <: PolynomialSpace{Line{false,Float64},Float64}

0 commit comments

Comments
 (0)