Skip to content

Commit 51cad17

Browse files
committed
[algorithms.requirements] Add commas for readability
1 parent 2fb9e12 commit 51cad17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@
163163

164164
\pnum
165165
When not otherwise constrained, the \tcode{BinaryPredicate} parameter is used
166-
whenever an algorithm expects a function object that when applied
166+
whenever an algorithm expects a function object that, when applied
167167
to the result of dereferencing two corresponding iterators or
168168
to dereferencing an iterator and type \tcode{T}
169-
when \tcode{T} is part of the signature
169+
when \tcode{T} is part of the signature,
170170
returns a value testable as \tcode{true}.
171171
In other words,
172172
if an algorithm takes \tcode{BinaryPredicate binary_pred} as its argument and

0 commit comments

Comments
 (0)