Skip to content

Commit f3c752e

Browse files
committed
tweak
1 parent 7cd467f commit f3c752e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ f(x) = sin(2x + 3cos(4x))
5050
x = chebpoints(200, 0, 10)
5151
c = chebinterp(f.(x), 0, 10)
5252
```
53-
We can then compare the "exact" function and its derivative at a set of points:
53+
We can then compare the exact function and its interpolant at a set of points:
5454
```jl
5555
julia> xx = 0:0.1:10;
5656

0 commit comments

Comments
 (0)