Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
  • Loading branch information
phannebohm and eshmoylova committed Jan 6, 2021
1 parent c811f73 commit 94f03f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/overloaded.tex
Expand Up @@ -146,7 +146,7 @@ \section{Overloaded Constructors}\label{overloaded-constructors}
\end{nonnormative}
\item
For a pair of operator record classes \lstinline!C! and \lstinline!D! and components \lstinline!c! and \lstinline!d!
of these classes, at most one of \lstinline!C.'constructor'(d)! and \lstinline!D.'constructor'(c)!
of these classes, respectively, at most one of \lstinline!C.'constructor'(d)! and \lstinline!D.'constructor'(c)!
shall be legal.
\begin{nonnormative}
Hence, one of the two definitions must be removed.
Expand Down

0 comments on commit 94f03f9

Please sign in to comment.