diff --git a/lectures/09_iterators_linked_lists/README.md b/lectures/09_iterators_linked_lists/README.md index 4ebb71a..55e31a4 100644 --- a/lectures/09_iterators_linked_lists/README.md +++ b/lectures/09_iterators_linked_lists/README.md @@ -5,7 +5,6 @@ - Iterators and iterator operations - STL lists are a different sequential container class. - Returning references to member variables from member functions -- Vec iterator implementation ## 9.1 Another STL vector operation: pop_back