Skip to content

Commit bd8f5c5

Browse files
committed
[socket.algo.connect] Use \range for half-open range
1 parent bb16388 commit bd8f5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketalgorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
\completionsig \tcode{void(error_code ec, InputIterator i)}.
194194

195195
\pnum
196-
\effects Performs \tcode{ec.clear()}, then finds the first iterator \tcode{i} in the range [\tcode{first},\tcode{last}) for which:
196+
\effects Performs \tcode{ec.clear()}, then finds the first iterator \tcode{i} in the range \range{first}{last} for which:
197197
\begin{itemize}
198198
\item
199199
\tcode{c(ec, *i)} yields \tcode{true};

0 commit comments

Comments
 (0)