From 61a01762fc9971d77a8867224b5bb7f768e31483 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Fri, 24 Nov 2023 15:09:26 +0100 Subject: [PATCH] Update chapters/packages.tex Co-authored-by: Henrik Tidefelt --- chapters/packages.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/packages.tex b/chapters/packages.tex index d5e78bf1d..ffa1c62f4 100644 --- a/chapters/packages.tex +++ b/chapters/packages.tex @@ -290,7 +290,7 @@ \section{External Resources}\label{external-resources} \begin{nonnormative} The use of a trailing segment separator is recommended when the resource is a directory and the file-system path will be prepended to relative file paths within the directory. -If possible use URIs for specific files or specific sub-directories instead of appending relative paths to a generic URI such as \filename{modelica:/A/Resources/} as the latter creates a dependency on the entire directory. +If possible, use URIs for specific files or specific sub-directories instead of appending relative paths to a generic URI such as \filename{modelica:/A/Resources/} as the latter creates a dependency on the entire directory. \end{nonnormative} For a Modelica-package stored as a single file, \filename{A.mo}, the resource \filename{modelica:/A/C.jpg} refers to a file \filename{C.jpg} stored in the same directory as \filename{A.mo}, but using resources in this variant is not recommended since multiple packages will share resources.