Skip to content

Commit 70550aa

Browse files
committed
[string::assign] Add missing comma in expression. Thanks to
tomalakgeretkal for reporting this. Fixes #434
1 parent 8e5d6a3 commit 70550aa

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
@@ -2127,7 +2127,7 @@
21272127
Determines the effective length \tcode{rlen}
21282128
of the string to assign as the smaller of \tcode{n} and
21292129
\tcode{\tcode{str}.size() - \tcode{pos}} and calls
2130-
\tcode{assign(str.data() + pos rlen)}.
2130+
\tcode{assign(str.data() + pos, rlen)}.
21312131

21322132
\pnum
21332133
\returns

0 commit comments

Comments
 (0)