From 1e8f9d9a366418c92afb76fb86ef5e013203f04d Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 9 Feb 2024 13:44:08 -0500 Subject: [PATCH] syntax error --- lectures/09_iterators_linked_lists/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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