Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
daanhb committed Oct 11, 2024
1 parent cebfc5b commit c065718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/bases/poly/ops/hermite.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

"""
A basis of the classicale Hermite polynomials. These polynomials are orthogonal
A basis of the classical Hermite polynomials. These polynomials are orthogonal
on the real line `(-∞,∞)` with respect to the weight function
`w(x)=exp(-x^2)`.
"""
Expand Down
2 changes: 0 additions & 2 deletions src/computations/fun.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Promote the given two functions such that they have compatible type, suitable fo
operations such as addition and multiplication.
In most cases the results are two expansions with a dictionary of the same family.
See also: [`funpromote_samelength`](@ref)
"""
funpromote(f, g) = funpromote(expansion(f), expansion(g))

Expand Down

0 comments on commit c065718

Please sign in to comment.