Skip to content

Commit 3ca6574

Browse files
authored
Fix wrong remarks for forward_list::emplace_front
1 parent 030bf3c commit 3ca6574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/forward-list-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ The element added to the beginning of the forward list.
350350

351351
### Remarks
352352

353-
This member function inserts an element with the constructor arguments `_ val` at the end of the controlled sequence.
353+
This member function inserts an element with the constructor arguments `val` at the beginning of the controlled sequence.
354354

355355
If an exception is thrown, the container is left unaltered and the exception is rethrown.
356356

0 commit comments

Comments
 (0)