From 94d00b50c576cedc815b27721b57a5c5ced833cd Mon Sep 17 00:00:00 2001 From: Tom Rottier <39778698+TomRottier@users.noreply.github.com> Date: Sat, 19 Apr 2025 16:52:46 +0100 Subject: [PATCH] Fix typo in Extrapolations methods docs --- docs/src/extrapolation_methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/extrapolation_methods.md b/docs/src/extrapolation_methods.md index 7344b9fe..3b9dd507 100644 --- a/docs/src/extrapolation_methods.md +++ b/docs/src/extrapolation_methods.md @@ -13,7 +13,7 @@ A = QuadraticSpline(u, t) plot(A) ``` -Extrapolation behavior can be set left and right of the data simultaneously with the `extension` keyword, or left and right separately with the `extrapolation_left` and `extrapolation_right` keywords respectively. +Extrapolation behavior can be set left and right of the data simultaneously with the `extrapolation` keyword, or left and right separately with the `extrapolation_left` and `extrapolation_right` keywords respectively. ## `ExtrapolationType.None`