Skip to content

Commit 183bc90

Browse files
committed
Fix P/R to say "Iterator" not "I"
1 parent 40fdb50 commit 183bc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4253.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace std {
5454
<i>iter-const-rvalue-reference-t</i>&lt;Iterator&gt;;
5555

5656
public:
57-
<ins>using iterator_type = I;</ins>
57+
<ins>using iterator_type = Iterator;</ins>
5858
using iterator_concept = <i>see below</i>;
5959
using iterator_category = <i>see below</i>; // <i>not always present</i>
6060
using value_type = iter_value_t&lt;Iterator&gt;;

0 commit comments

Comments
 (0)