Skip to content

Commit 83e6af9

Browse files
authored
Fix typo in Extrapolations methods docs (#424)
1 parent c73f22a commit 83e6af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/extrapolation_methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A = QuadraticSpline(u, t)
1313
plot(A)
1414
```
1515

16-
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.
16+
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.
1717

1818
## `ExtrapolationType.None`
1919

0 commit comments

Comments
 (0)