Skip to content

Commit

Permalink
Update differences.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
olivleno committed Nov 30, 2022
1 parent 42405c4 commit 67bb258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0031/differences.md
Expand Up @@ -191,7 +191,7 @@ algorithm
x := x + 0.5;
```

Note that the putting the following `if`-statement in the algorithm would be illegal since the argument of `pre` needs to be discrete-time:
Note that putting the following `if`-statement in the algorithm would be illegal since the argument of `pre` needs to be discrete-time:
```
if initial() then
'y' := pre('x'); /* 'x' is continuous-time, since no longer inside when-clause. */
Expand Down

0 comments on commit 67bb258

Please sign in to comment.