From 4de943f831115bd0d616dd0b97c991745046ea54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Miclu=C8=9Ba-C=C3=A2mpeanu?= Date: Sun, 20 Oct 2024 11:30:42 +0300 Subject: [PATCH] try to fix docs --- docs/src/tutorials/input_component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/input_component.md b/docs/src/tutorials/input_component.md index 9e2006c40..c451949fc 100644 --- a/docs/src/tutorials/input_component.md +++ b/docs/src/tutorials/input_component.md @@ -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