Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Jul 12, 2024
1 parent 9b6eb6f commit 50c55e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpolation_caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function AkimaInterpolation(u, t; extrapolate = false, safetycopy = true)
end

"""
ConstantInterpolation(u, t; dir = :left, extrapolate = falseç safetycopy = true)
ConstantInterpolation(u, t; dir = :left, extrapolate = false, safetycopy = true)
It is the method of interpolating using a constant polynomial. For any point, two adjacent data points are found on either side (left and right). The value at that point depends on `dir`.
If it is `:left`, then the value at the left point is chosen and if it is `:right`, the value at the right point is chosen.
Expand Down

0 comments on commit 50c55e5

Please sign in to comment.