syntax error

This commit is contained in:
Jidong Xiao
2024-02-09 13:44:08 -05:00
parent ed6e8e2116
commit 1e8f9d9a36

View File

@@ -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 <iostream>