Skip to content

Commit a540b64

Browse files
committed
typo
1 parent 3470881 commit a540b64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/chapter05.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ return x -> sum( y[k+1]*hatfun(x,t,k) for k in 0:n )
3939
end
4040

4141
"""
42-
spinterp(t,y)
42+
spinterp(t,y)
4343
44-
Create a cubic not-a-knot spline interpolating function for data
45-
values in `y` given at nodes in `t`.
44+
Create a cubic not-a-knot spline interpolating function for data
45+
values in `y` given at nodes in `t`.
4646
"""
4747
function spinterp(t,y)
4848

0 commit comments

Comments
 (0)