Skip to content

Commit e5efd40

Browse files
authored
Update SampledData.md
1 parent a136f73 commit e5efd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/SampledData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The [`ShiftIndex`](@ref) operator is used to refer to past and future values of
2626

2727
```math
2828
x(k+1) = 0.5x(k) + u(k)
29-
y(k) = x()
29+
y(k) = x(k)
3030
```
3131

3232
```@example clocks

0 commit comments

Comments
 (0)