fixing syntax error

This commit is contained in:
Jidong Xiao
2025-02-12 08:54:51 -05:00
committed by JamesFlare
parent 9be18e796d
commit 15cbe1d4da

View File

@@ -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 {