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 96040a1 commit dc71017Copy full SHA for dc71017
src/Blocks/sources.jl
@@ -746,7 +746,7 @@ these would be any of [the available interpolations](https://github.com/SciML/Da
746
such as `LinearInterpolation`, `ConstantInterpolation` or `CubicSpline`.
747
- `u`: the data used for interpolation. For `DataInterpolations` this will be an `AbstractVector`
748
- `x`: the values that each data points correspond to, usually the times corresponding to each value in `u`.
749
- - `args`: any other arguments beeded to build the interpolation
+ - `args`: any other arguments needed to build the interpolation
750
# Keyword arguments:
751
- `name`: the name of the component
752
0 commit comments