Skip to content

Commit 985a569

Browse files
committed
fixup: formatting
1 parent ff06d08 commit 985a569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3570,7 +3570,7 @@
35703570
\item
35713571
\tcode{bool(invoke(pred, invoke(proj, *i)))} for \tcode{ranges::find_last_if};
35723572
\item
3573-
\tcode{bool(!invoke(pred, invoke(proj, *i))) for ranges::find_last_if_not}.
3573+
\tcode{bool(!invoke(pred, invoke(proj, *i)))} for \tcode{ranges::find_last_if_not}.
35743574
\end{itemize}
35753575

35763576
\pnum

0 commit comments

Comments
 (0)