Skip to content

Commit

Permalink
[string::assign] Add missing comma in expression. Thanks to
Browse files Browse the repository at this point in the history
tomalakgeretkal for reporting this.

Fixes #434
  • Loading branch information
zygoloid committed Jan 26, 2015
1 parent 8e5d6a3 commit 70550aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/strings.tex
Expand Up @@ -2127,7 +2127,7 @@
Determines the effective length \tcode{rlen}
of the string to assign as the smaller of \tcode{n} and
\tcode{\tcode{str}.size() - \tcode{pos}} and calls
\tcode{assign(str.data() + pos rlen)}.
\tcode{assign(str.data() + pos, rlen)}.

\pnum
\returns
Expand Down

0 comments on commit 70550aa

Please sign in to comment.