Skip to content

Commit 4f1cde1

Browse files
authored
Update basic-string-class.md
Fix typo in insert functio
1 parent 4f2e228 commit 4f1cde1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2964,7 +2964,8 @@ iterator insert(
29642964
29652965
iterator insert(
29662966
iterator iter,
2967-
value_type char_value)l
2967+
value_type char_value);
2968+
29682969
template <class InputIterator>
29692970
void insert(
29702971
iterator iter,

0 commit comments

Comments
 (0)