diff --git a/lectures/09_iterators_linked_lists/README.md b/lectures/09_iterators_linked_lists/README.md index 03eaea9..93cd44c 100644 --- a/lectures/09_iterators_linked_lists/README.md +++ b/lectures/09_iterators_linked_lists/README.md @@ -120,7 +120,7 @@ The value of any associated vector iterator must be re-assigned / re-initialized ### List Sort Example -The following [example](list_sort.cpp) demonstrate how to call the list sort function. +The following [example](list_sort.cpp) demonstrates how to call the list sort function. ```cpp #include