Skip to content

Commit

Permalink
Fix indentation error in listing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jan 13, 2023
1 parent b32949f commit f74036f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/overloaded.tex
Expand Up @@ -339,7 +339,7 @@ \section{Example of Overloading for Complex Numbers}\label{example-of-overloadin
algorithm
result := c1.re == c2.re and c1.im == c2.im;
annotation(Inline = true);
end '==';
end '==';

encapsulated operator function 'String'
import Complex;
Expand Down

0 comments on commit f74036f

Please sign in to comment.