Skip to content

Commit

Permalink
Use name of class instead of old grammar-name class-name; since these…
Browse files Browse the repository at this point in the history
… should name not type-specifier
  • Loading branch information
HansOlsson committed Jun 23, 2020
1 parent bcf5da2 commit 99f38d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -1548,7 +1548,7 @@ \subsubsection{Conversion rules}\doublelabel{conversion-rules}
models, and not in the library that is used for the conversion -- thus
conversions of base-classes will require multiple conversion-calls; this
ensures that the conversion is independent of the new library structure.
The class-name used as argument to \lstinline!convertElement! and \lstinline!convertModifiers!
The name of the class used as argument to \lstinline!convertElement! and \lstinline!convertModifiers!
is similarly the old name of the class, i.e.\ the name before it is
possibly converted by \lstinline!convertClass!.

Expand Down
2 changes: 1 addition & 1 deletion chapters/packages.tex
Expand Up @@ -269,7 +269,7 @@ \subsection{External resources}\doublelabel{external-resources}
directory as \filename{A.mo}, but using resources in this variant is not
recommended since multiple packages will share resources.

In case the class-name contains quoted identifiers, the single-quote `\lstinline!`!'
In case the name of the class contains quoted identifiers, the single-quote `\lstinline!`!'
and any reserved characters (`\lstinline!:!', `\lstinline!/!', `\lstinline!?!', `\lstinline!\#!', `\lstinline![!',
`\lstinline!]!', `\lstinline!@!', `\lstinline!!!', `\lstinline!\$!', `\lstinline!\&!', `\lstinline!(!', `\lstinline!)!', `\lstinline!*!', `\lstinline!+!',
`\lstinline!,!', `\lstinline!;!', `\lstinline!=!') should be percent-encoded as normal in URIs.
Expand Down

0 comments on commit 99f38d1

Please sign in to comment.