Skip to content

Commit

Permalink
[EDITORIAL] Add some missing periods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Jul 20, 2017
1 parent 9ad95ff commit e251468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@
\effects Permutes the elements in the range \range{first}{last} such that there exists an iterator \tcode{i}
such that for every iterator \tcode{j} in the range \range{first}{i}
\tcode{invoke(pred, invoke(proj, *j)) != false}, and for every iterator \tcode{k} in the
range \range{i}{last}, \tcode{invoke(pred, invoke(proj, *k)) == false}
range \range{i}{last}, \tcode{invoke(pred, invoke(proj, *k)) == false}.

\pnum
\returns An iterator \tcode{i} such that for every iterator \tcode{j} in the range \range{first}{i}
Expand Down Expand Up @@ -2788,7 +2788,7 @@
\effects Permutes the elements in the range \range{first}{last} such that there exists an iterator \tcode{i}
such that for every iterator \tcode{j} in the range \range{first}{i}
\tcode{invoke(pred, invoke(proj, *j)) != false}, and for every iterator \tcode{k} in the
range \range{i}{last}, \tcode{invoke(pred, invoke(proj, *k)) == false}
range \range{i}{last}, \tcode{invoke(pred, invoke(proj, *k)) == false}.

\pnum
\returns
Expand Down

0 comments on commit e251468

Please sign in to comment.