Skip to content

Commit 8f21ca3

Browse files
committed
edit pass: range-adaptor-and-view-classes-topics
1 parent b67dfc8 commit 8f21ca3

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
@@ -124,7 +124,7 @@ The following view classes are defined in the `std::ranges` namespace.
124124

125125
Many of these classes have corresponding [range adapters](range-adaptors.md) in the `std:views` namespace that creates them. Prefer the adapters in `std::views` to creating view classes directly. The range adapters are the intended access points, are easier to use, and in some cases are more efficient.
126126

127-
## View class characteristics
127+
## View classes characteristics
128128

129129
Each view class topic has a **Characteristics** section after the syntax section. The **Characteristics** section has the following entries:
130130

@@ -145,7 +145,7 @@ Each view class topic has a **Characteristics** section after the syntax section
145145

146146
### Iterator hierarchy
147147

148-
The iterator category that **Range adapter** and **View iterator category** mention in the in the **Characteristics** section refers to the hierarchy of iterators that ranges and views support.
148+
The iterator category that **Range adapter** and **View iterator category** mention in the **Characteristics** section refers to the hierarchy of iterators that ranges and views support.
149149

150150
That hierarchy, in increasing order of capability, is:
151151

0 commit comments

Comments
 (0)