Skip to content

Commit 4ad3a7b

Browse files
committed
Fix documentation for extrapolate
1 parent ef7f68e commit 4ad3a7b

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
@@ -63,7 +63,7 @@ composition of `interpolate`, `scale`, and `extrapolate`. You may not need all
6363
of the the scaling and extrapolation features.
6464

6565
```julia
66-
interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs))
66+
interp_linear = extrapolate(scale(interpolate(A, BSpline(Linear())), xs), Line())
6767
```
6868

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

0 commit comments

Comments
 (0)