Skip to content

Commit c065718

Browse files
committed
typos
1 parent cebfc5b commit c065718

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/bases/poly/ops/hermite.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
"""
3-
A basis of the classicale Hermite polynomials. These polynomials are orthogonal
3+
A basis of the classical Hermite polynomials. These polynomials are orthogonal
44
on the real line `(-∞,∞)` with respect to the weight function
55
`w(x)=exp(-x^2)`.
66
"""

src/computations/fun.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Promote the given two functions such that they have compatible type, suitable fo
77
operations such as addition and multiplication.
88
99
In most cases the results are two expansions with a dictionary of the same family.
10-
11-
See also: [`funpromote_samelength`](@ref)
1210
"""
1311
funpromote(f, g) = funpromote(expansion(f), expansion(g))
1412

0 commit comments

Comments
 (0)