Skip to content

Commit 4054d64

Browse files
Update src/Blocks/sources.jl
1 parent 5590146 commit 4054d64

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
@@ -754,7 +754,7 @@ such as `LinearInterpolation`, `ConstantInterpolation` or `CubicSpline`.
754754
- `interpolator`: the symbolic representation of the interpolation object, callable as `interpolator(t)`
755755
756756
# Connectors:
757-
- `input`: a [`RealInput`](@ref) connector corresponding to the independent variable
757+
- `input`: a [`RealInput`](@ref) connector corresponding to the input variable
758758
- `output`: a [`RealOutput`](@ref) connector corresponding to the interpolated value
759759
"""
760760
function Interpolation(interp_type, u, x, args...; name)

0 commit comments

Comments
 (0)