Skip to content

Commit dc71017

Browse files
Update src/Blocks/sources.jl
Co-authored-by: Aayush Sabharwal <[email protected]>
1 parent 96040a1 commit dc71017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blocks/sources.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ these would be any of [the available interpolations](https://github.com/SciML/Da
746746
such as `LinearInterpolation`, `ConstantInterpolation` or `CubicSpline`.
747747
- `u`: the data used for interpolation. For `DataInterpolations` this will be an `AbstractVector`
748748
- `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
749+
- `args`: any other arguments needed to build the interpolation
750750
# Keyword arguments:
751751
- `name`: the name of the component
752752

0 commit comments

Comments
 (0)