Skip to content

Commit

Permalink
Merge pull request #608 from Liozou/patch-1
Browse files Browse the repository at this point in the history
Minor documentation fix: do not reference the deprectaed LinearInterpolation
  • Loading branch information
mkitti authored Dec 6, 2024
2 parents 4ad83f8 + 78e8ea1 commit 7578641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ interp_linear_extrap(0.9) # outside grid: linear extrapolation

## Performant Example Usage

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

Expand Down

0 comments on commit 7578641

Please sign in to comment.