Skip to content

Commit 5ae534c

Browse files
committed
[random.access.iterators] Add semicolon at end of statement
1 parent c426636 commit 5ae534c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319

23202320
\tcode{b - a} &
23212321
\tcode{difference_type} &
2322-
\tcode{return n} &
2322+
\tcode{return n;} &
23232323
\expects there exists a value \tcode{n} of type \tcode{difference_type} such that \tcode{a + n == b}.\br
23242324
\tcode{b == a + (b - a)}. \\ \rowsep
23252325

0 commit comments

Comments
 (0)