fixing typo

This commit is contained in:
Jidong Xiao
2023-09-26 18:22:47 -04:00
parent 47b5c36542
commit 51df3a0309

View File

@@ -5,7 +5,7 @@ In this assignment you will develop a simple ride sharing application called New
## Learning Objectives ## Learning Objectives
- Get familiar with a commonly used data structure - linked lists. - 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. - Practice overloading operator<<, and understand why it is a bad idea to make it a member function.
## Specification ## Specification