Skip to content

Commit 3a51f3e

Browse files
jwakelytkoeppe
authored andcommitted
[complex.ops] use character literal for single character
1 parent 44b146e commit 3a51f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
s.flags(o.flags());
729729
s.imbue(o.getloc());
730730
s.precision(o.precision());
731-
s << '(' << x.real() << "," << x.imag() << ')';
731+
s << '(' << x.real() << ',' << x.imag() << ')';
732732
return o << s.str();
733733
\end{codeblock}
734734

0 commit comments

Comments
 (0)