Skip to content

Commit

Permalink
Remove addressed "TODO"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 7, 2021
1 parent fa53a88 commit 88a3b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0031/differences.md
Expand Up @@ -456,7 +456,7 @@ initial equation

#### Arrays and records

For arrays, full Modelica modification of `start` with `each` will be described below (**TODO**). Here is a simple example without `each`:
For arrays, full Modelica modification of `start` with `each` will be described below. Here is a simple example without `each`:
```
Real[3] 'x';
parameter equation guess('x') = fill(1.5, 3);
Expand Down

0 comments on commit 88a3b80

Please sign in to comment.