Skip to content

Commit 933140d

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix ink
1 parent debc758 commit 933140d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/view-classes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ v | rev3(v): 2 1 0
9696

9797
The following view classes are defined in the `std::ranges` namespace.
9898

99-
| **Range adaptor** | **Description** |
99+
| **View ** | **Description** |
100100
|--|--|
101-
| [`basic_istream_view`](basic-istream-class.md)<sup>C++20</sup> | A view of successive elements from an input stream. |
101+
| [`basic_istream_view`](basic-istream-view-class.md)<sup>C++20</sup> | A view of successive elements from an input stream. |
102102
| [`common_view`](common-view-class.md)<sup>C++20</sup> | Adapts a view that has different iterator/sentinel types into a view with the same iterator/sentinel types. |
103103
| [`drop_view`](drop-view-class.md)<sup>C++20</sup> | Created from another view, skipping the first `count` elements. |
104104
| [`drop_while_view`](drop-while-view-class.md)<sup>C++20</sup> | Created from another view, skipping leading elements as long as a predicate holds. |

0 commit comments

Comments
 (0)