Skip to content

Commit

Permalink
Fix minor copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 7, 2021
1 parent 9b03703 commit 3af6da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0031/differences.md
Expand Up @@ -637,7 +637,7 @@ For example, the full Modelica
is translated to the Flat Modelica
```
Real[3] 'x';
parameter equation guess('x') = {1.1, 1.2, 1.3}); /* From non-final modification of start in full Modelica. */
parameter equation guess('x') = {1.1, 1.2, 1.3}; /* From non-final modification of start in full Modelica. */
initial equation
'x' = guess('x'); /* Array equation from each fixed = true in full Modelica. */
```
Expand Down

0 comments on commit 3af6da6

Please sign in to comment.