Skip to content

Commit c92d7e3

Browse files
authored
Merge pull request #581 from JuliaMath/mkitti-fix-documentation-extrapolate
Fix documentation for extrapolate
2 parents e9bb444 + 4ad3a7b commit c92d7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ composition of `interpolate`, `scale`, and `extrapolate`. You may not need all
6565
of the the scaling and extrapolation features.
6666

6767
```julia
68-
interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs))
68+
interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs), Line())
6969
```
7070

7171
If we know we do not need the extrapolation portion, we can use the following.

0 commit comments

Comments
 (0)