diff --git a/hws/04_ride_sharing/README.md b/hws/04_ride_sharing/README.md index 21acb53..8d54a11 100644 --- a/hws/04_ride_sharing/README.md +++ b/hws/04_ride_sharing/README.md @@ -5,7 +5,7 @@ In this assignment you will develop a simple ride sharing application called New ## Learning Objectives - Get familiar with a commonly used data structure - linked lists. -- Practice using std:list. +- Practice using std::list. - Practice overloading operator<<, and understand why it is a bad idea to make it a member function. ## Specification