Skip to content

Commit f136c65

Browse files
committed
Add missing closing parenthesis.
1 parent f27fd58 commit f136c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/03_algorithms_05_divide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \subsection{\texorpdfstring{\cpp{std::lower_bound}, \cpp{std::upper_bound}}{\tex
1010
\index{\cpp{std::lower_bound}}
1111
\index{\cpp{std::upper_bound}}
1212

13-
The \cpp{std::lower_bound} and \cpp{std::upper_bound} algorithms offer boundary search with logarithmic complexity (for random access ranges.
13+
The \cpp{std::lower_bound} and \cpp{std::upper_bound} algorithms offer boundary search with logarithmic complexity (for random access ranges).
1414

1515
\cppversions{\texttt{lower\_bound}}{\CC98}{\CC20}{N/A}{\CC20}
1616
\cppversions{\texttt{upper\_bound}}{\CC98}{\CC20}{N/A}{\CC20}

0 commit comments

Comments
 (0)