Skip to content

Commit d9bc71e

Browse files
committed
Explicitly state to add the message
1 parent 2c900c0 commit d9bc71e

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/08_the_sprite_class

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/08_the_sprite_class/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The default constructor creates an empty sprite that can be configured later, wh
4545

4646
### Methods
4747

48-
Finally, the `Sprite` class provides the following two methods:
48+
Finally, add the following two method to the `Sprite` class:
4949

5050
[!code-csharp[](./snippets/sprite.cs#methods)]
5151

0 commit comments

Comments
 (0)