Skip to content

Commit 305fcef

Browse files
authored
Typo (#353)
1 parent 6fba06b commit 305fcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ companion(::AbstractPolynomial)
201201
"""
202202
vander(::Type{AbstractPolynomial}, x::AbstractVector, deg::Integer)
203203
204-
Calculate the psuedo-Vandermonde matrix of the given polynomial type with the given degree.
204+
Calculate the pseudo-Vandermonde matrix of the given polynomial type with the given degree.
205205
206206
# References
207207
[Vandermonde Matrix](https://en.wikipedia.org/wiki/Vandermonde_matrix)

0 commit comments

Comments
 (0)