diff --git a/src/Blocks/sources.jl b/src/Blocks/sources.jl index 7bdd04230..cf9928243 100644 --- a/src/Blocks/sources.jl +++ b/src/Blocks/sources.jl @@ -751,7 +751,7 @@ such as `LinearInterpolation`, `ConstantInterpolation` or `CubicSpline`. - `name`: the name of the component # Parameters: - - `interpolator`: the symbolic + - `interpolator`: the symbolic representation of the interpolation object, callable as `interpolator(t)` # Connectors: - `input`: a [`RealInput`](@ref) connector corresponding to the independent variable