From 92788ac1f19dfde1f9bdcdcea5addcd0971ed5ee Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Mon, 12 Apr 2021 00:00:21 +0200 Subject: [PATCH] Write "conversion calls" with space --- chapters/annotations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index a8510cdd1..ce411983d 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1672,7 +1672,7 @@ \subsubsection{Conversion rules}\label{conversion-rules} These functions can be called with literal strings or array of strings and vectorize according to \cref{scalar-functions-applied-to-array-arguments}. -All of these convert-functions only use inheritance among user 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. +All of these convert-functions only use inheritance among user 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 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!. \begin{nonnormative}