Skip to content

Commit

Permalink
Fix typo 'Stanard' -> 'Standard'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 15, 2020
1 parent 24a5404 commit cf61113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0037/ReadMe.md
Expand Up @@ -22,7 +22,7 @@ This MCP consists of three parts:

See [#2387](https://github.com/modelica/ModelicaSpecification/pull/2387) for an extensive early discussion about the goals for this MCP. Since then, the [MCP for figure annotations](https://github.com/modelica/ModelicaSpecification/pull/2482) has matured, adding new use cases for referencing resource within and across classes.

Having `resolveURI` in the Modelica Language Specification instead of `loadResource` in the Modelica Stanard Library is the natural place for the basic utility for dealing with a concept entirely defined in the Modelica Language Specification. In addition, making it an operator with function syntax means we can use it to resolve Modelica URIs in ways that aren't possible with a normal function.
Having `resolveURI` in the Modelica Language Specification instead of `loadResource` in the Modelica Standard Library is the natural place for the basic utility for dealing with a concept entirely defined in the Modelica Language Specification. In addition, making it an operator with function syntax means we can use it to resolve Modelica URIs in ways that aren't possible with a normal function.

Besides addressing the problem with case insensitivity of the _host_ part of a URI, the new forms are designed to address two major shortcomings of the current forms of Modelica URIs:
- A class should be able to refer to its own resources without hard-coding its own fully qualified name.
Expand Down

0 comments on commit cf61113

Please sign in to comment.