libstdc++: Remove spurious line break in doxygen comment

libstdc++-v3/ChangeLog:

	* include/bits/basic_string.h: Tweak doxygen comment.
This commit is contained in:
Jonathan Wakely 2021-04-08 23:39:29 +01:00
parent 5f7c2d20b5
commit 96292c3e34

View file

@ -4709,8 +4709,7 @@ _GLIBCXX_END_NAMESPACE_CXX11
* @brief Insert a string_view.
* @param __pos1 Position in string to insert at.
* @param __svt The object convertible to string_view to insert from.
* @param __pos2 Position in string_view to insert
* from.
* @param __pos2 Position in string_view to insert from.
* @param __n The number of characters to insert.
* @return Reference to this string.
*/