Skip to content

Commit f053868

Browse files
author
Mykola Vankovych
committed
fixing linear iterator docs.
1 parent 6077d7f commit f053868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/developer/implementation_classes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ types:
4646
template <class S, layout_type L>
4747
const_reverse_broadcast_iterator<S, L>;
4848
49-
storage_iterator;
50-
const_storage_iterator;
51-
reverse_storage_iterator;
52-
const_reverse_storage_iterator;
49+
linear_iterator;
50+
const_linear_iterator;
51+
reverse_linear_iterator;
52+
const_reverse_linear_iterator;
5353
5454
**layout data**
5555

0 commit comments

Comments
 (0)