Skip to content

Commit

Permalink
try to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianM-C committed Oct 20, 2024
1 parent 6968bbc commit 4de943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/input_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ To resolve the issues presented above, the `ModelingToolkitStandardLibrary.Block

```@example sampled_data_component
function System(; name)
@named src = SampledData(Float64)
src = SampledData(Float64, name=:src)
vars = @variables f(t)=0 x(t)=0 dx(t)=0 ddx(t)=0
pars = @parameters m=10 k=1000 d=1
Expand Down

0 comments on commit 4de943f

Please sign in to comment.