diff --git a/hws/05_online_dating/README.md b/hws/05_online_dating/README.md index e04c9e0..c6bd8a9 100644 --- a/hws/05_online_dating/README.md +++ b/hws/05_online_dating/README.md @@ -238,7 +238,7 @@ You must do this assignment on your own, as described in the [Collaboration Poli - No credit (significantly incomplete implementation). (-7) - 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. (-5) + - Defines/Uses an iterator class (okay to use iterators to iterate through other containers such as vectors). (-5)