Skip to content

Commit fa02ee7

Browse files
Update docs/src/tutorials/discrete_system.md
1 parent a5bff26 commit fa02ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/discrete_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ the Fibonacci series:
4343
```
4444

4545
The "default value" here should be interpreted as the value of `x` at all past timesteps.
46-
For example, here `x(k-1)` and `x(k-2)` will be `1.0`, and the initialvalue of `x(k)` will
46+
For example, here `x(k-1)` and `x(k-2)` will be `1.0`, and the initial value of `x(k)` will
4747
thus be `2.0`. During problem construction, the _past_ value of a variable should be
4848
provided. For example, providing `[x => 1.0]` while constructing this problem will error.
4949
Provide `[x(k-1) => 1.0]` instead. Note that values provided during problem construction

0 commit comments

Comments
 (0)