Skip to content

Commit

Permalink
[sequence.reqmts] Fix malformed Result specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave authored Feb 25, 2024
1 parent 3ca55d1 commit 832b485
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{reference; const_reference} for constant \tcode{a}.
\tcode{const_reference} if \tcode{a} is constant, \tcode{reference} otherwise.

\pnum
\returns
Expand All @@ -1869,7 +1869,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{reference; const_reference} for constant \tcode{a}.
\tcode{const_reference} if \tcode{a} is constant, \tcode{reference} otherwise.

\pnum
\effects
Expand Down Expand Up @@ -2178,7 +2178,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{reference; const_reference} for constant \tcode{a}
\tcode{const_reference} if \tcode{a} is constant, \tcode{reference} otherwise.

\pnum
\effects
Expand All @@ -2200,7 +2200,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{reference; const_reference} for constant \tcode{a}
\tcode{const_reference} if \tcode{a} is constant, \tcode{reference} otherwise.

\pnum
\returns
Expand Down

0 comments on commit 832b485

Please sign in to comment.