Skip to content

Commit cc9967b

Browse files
authored
Push descriptions to new line in "C++ Standard Library Reference" article
1 parent 1a5be4b commit cc9967b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/standard-library/cpp-standard-library-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ From a historical perspective, "STL" originally referred to the Standard Templat
1818

1919
## In this section
2020

21-
[C++ Standard Library overview](../standard-library/cpp-standard-library-overview.md)
21+
[C++ Standard Library overview](../standard-library/cpp-standard-library-overview.md)\
2222
Provides an overview of the Microsoft implementation of the C++ Standard Library.
2323

24-
[`iostream` programming](../standard-library/iostream-programming.md)
24+
[`iostream` programming](../standard-library/iostream-programming.md)\
2525
Provides an overview of `iostream` programming.
2626

27-
[Header files reference](../standard-library/cpp-standard-library-header-files.md)
27+
[Header files reference](../standard-library/cpp-standard-library-header-files.md)\
2828
Provides links to reference topics about the C++ Standard Library header files, with code examples.

0 commit comments

Comments
 (0)