We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad83f8 commit 78e8ea1Copy full SHA for 78e8ea1
docs/src/index.md
@@ -60,7 +60,7 @@ interp_linear_extrap(0.9) # outside grid: linear extrapolation
60
61
## Performant Example Usage
62
63
-The above use of `LinearInterpolation` is actually a short hand for a
+The above use of `linear_interpolation` is actually a short hand for a
64
composition of `interpolate`, `scale`, and `extrapolate`. You may not need all
65
of the the scaling and extrapolation features.
66
0 commit comments