Skip to content

Commit

Permalink
Update RationaleMCP/0031/differences.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olivleno committed Feb 8, 2022
1 parent ced69b8 commit 98175fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0031/differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ end 'M';
```

Note the name chosen for the automatically generated helper, `'-M.f:1,3'`.
Due to the leading hyphen, it belongs to the part of the variable namespace that is a vailable for automatically generated names, meaning that there is no risk of collision with names coming from the original full Modelica source.
Due to the leading hyphen, it belongs to the part of the variable namespace that is available for automatically generated names, meaning that there is no risk of collision with names coming from the original full Modelica source.

A Flat Modelica function may still have declaration equations on its inputs, but unlike full Modelica, these are ignored.
They are only allowed for the sake of consistency with how deeper value modifiers on functions inputs are handled, see [record construction](#record-construction).
Expand Down

0 comments on commit 98175fe

Please sign in to comment.