Skip to content

Commit 78e8ea1

Browse files
authored
Minor documentation fix: do not reference the deprectaed LinearInterpolation
1 parent 4ad83f8 commit 78e8ea1

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
@@ -60,7 +60,7 @@ interp_linear_extrap(0.9) # outside grid: linear extrapolation
6060

6161
## Performant Example Usage
6262

63-
The above use of `LinearInterpolation` is actually a short hand for a
63+
The above use of `linear_interpolation` is actually a short hand for a
6464
composition of `interpolate`, `scale`, and `extrapolate`. You may not need all
6565
of the the scaling and extrapolation features.
6666

0 commit comments

Comments
 (0)