Skip to content

Commit

Permalink
Rephrase to avoid filename extending beyond page border
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 7, 2023
1 parent eb4c06f commit c5a1520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/packages.tex
Expand Up @@ -275,7 +275,7 @@ \section{External Resources}\label{external-resources}
As a deprecated feature the URI may start with \filename{modelica://} and use the host-part of the authority as the fully qualified package name.
That feature is widely used, but deprecated since host-names are generally case-insensitive.
\begin{nonnormative}
Examples of this deprecated feature would be \filename{modelica://Modelica/Resources/C.jpg} (referring to a resource) and \filename{modelica://Modelica.Blocks} (referring to a package).
Examples of deprecated URIs would be \filename{modelica://Modelica/Resources/C.jpg} (referring to a resource) and \filename{modelica://Modelica.Blocks} (referring to a package).
These should be rewritten as \filename{modelica:/Modelica/Resources/C.jpg} and \filename{modelica:/Modelica.Blocks}.
\end{nonnormative}

Expand Down

0 comments on commit c5a1520

Please sign in to comment.