Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Oct 12, 2023
1 parent 0182df6 commit 6cfc66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/ranges/IteratorView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ranges {
*
* @brief A simple iterator based view class
*
* It has no range checking. Currently only defined for random access iterators.
* Currently only defined for random access iterators.
*/
template < class Iterator,
std::enable_if_t<
Expand Down

0 comments on commit 6cfc66c

Please sign in to comment.