diff --git a/hws/05_online_dating/README.md b/hws/05_online_dating/README.md index aa25397..ed305b7 100644 --- a/hws/05_online_dating/README.md +++ b/hws/05_online_dating/README.md @@ -305,7 +305,7 @@ You must do this assignment on your own, as described in the [Collaboration Poli - Uses std::list, or data structures which have not been covered in this class. (-7) - Defines/Uses a list class. (-5) - Defines/Uses an iterator class (okay to use iterators to iterate through other containers such as vectors). (-5) - - Does not use homemade linked lists (which consists of chain of nodes) to store all the users. (-5) + - Does not use homemade linked lists (which consist of a chain of nodes) to store all the users. (-5)