Skip to content

Commit 97f03e1

Browse files
committed
Fixup: missed formatting for == operator
1 parent a1e9022 commit 97f03e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6660,7 +6660,7 @@
66606660
\begin{codeblock}
66616661
bool X::operator==(const X&) const;
66626662
\end{codeblock}
6663-
Otherwise, the implicitly-declared == operator function is of the form
6663+
Otherwise, the implicitly-declared \tcode{==} operator function is of the form
66646664
\begin{codeblock}
66656665
friend bool operator==(const X&, const X&);
66666666
\end{codeblock}

0 commit comments

Comments
 (0)