From 15cbe1d4daeda03da64a190a1b4daf191aac4bfc Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Wed, 12 Feb 2025 08:54:51 -0500 Subject: [PATCH] fixing syntax error --- labs/list_iterators_new/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/list_iterators_new/README.md b/labs/list_iterators_new/README.md index 4978049..c2d9ab9 100644 --- a/labs/list_iterators_new/README.md +++ b/labs/list_iterators_new/README.md @@ -52,7 +52,7 @@ This is the [original GIF](girl_real.gif). And this is the [reversed GIF](girl_f ## Starter Code -The starter code [main.cpp](main.cpp) defines a class named GifFrame to represents GIF frames. Each object of this class represents one frame. +The starter code [main.cpp](main.cpp) defines a class named GifFrame to represent GIF frames. Each object of this class represents one frame. ```cpp class GifFrame {