Skip to content

Commit 9571cb1

Browse files
committed
[char.traits.require] Fix excess vertical space in table.
1 parent a9d1e58 commit 9571cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
Copies correctly even where the ranges \tcode{[p,p+n)} and \tcode{[s,s+n)} overlap.\br \returns \tcode{s}. & linear \\ \rowsep
156156
\tcode{X::copy(s,p,n)} & \tcode{X::char_type*} &
157157
\expects
158-
\tcode{p} not in \tcode{[s,s+n)}. \br
158+
\tcode{p} not in \tcode{[s,s+n)}.\par
159159
\returns
160160
\tcode{s}.\br
161161
for each \tcode{i} in

0 commit comments

Comments
 (0)