Skip to content

Commit 721c1af

Browse files
authored
Merge pull request #5169 from BIBlical33/patch-1
Update basic-string-class.md
2 parents dcf791f + 44748e1 commit 721c1af

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/standard-library/basic-string-class.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,12 +2959,10 @@ basic_string<CharType, Traits, Allocator>& insert(
29592959
size_type count,
29602960
value_type char_value);
29612961
2962-
iterator insert(
2963-
iterator iter);
2964-
29652962
iterator insert(
29662963
iterator iter,
2967-
value_type char_value)l
2964+
value_type char_value);
2965+
29682966
template <class InputIterator>
29692967
void insert(
29702968
iterator iter,

0 commit comments

Comments
 (0)