Skip to content

Commit

Permalink
BadInsteadOfMisspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 20, 2022
1 parent 748c932 commit 2dedf3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1747,11 +1747,11 @@ \subsubsection{Conversion rules}\label{conversion-rules}
{"y0=0", "k1=0", "k2=0"}, {"y0=%y0%", "k1=%y0%*%k1%", "k2=%y0%*%k2%"},
true);
convertClass(
"My.Library.Pakkage",
"My.Library.BadPackage",
"My.Library.Package");
convertElement("MyLibrary.Pakkage.PartialBase",
convertElement("MyLibrary.BadPackage.PartialBase",
"bad", "corr.ect");
convertElement("My.Library.Pakkage.ActualClass",
convertElement("My.Library.BadPackage.ActualClass",
"bad", "correct");
\end{lstlisting}
converts
Expand All @@ -1762,7 +1762,7 @@ \subsubsection{Conversion rules}\label{conversion-rules}
Modelica.Blocks.Math.LinearDependency linearDep(y0 = 2, k2 = 1);
model A
import My.Library;
extends Library.Pakkage.ActualClass;
extends Library.BadPackage.ActualClass;
end A;
model B
extends A;
Expand Down

0 comments on commit 2dedf3c

Please sign in to comment.