diff options
| author | Simon Chiang <[email protected]> | 2021-04-23 09:46:41 -0600 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-05-26 16:08:45 -0500 |
| commit | d5115606c96b0fe0affd72e6e0b72edce7e51042 (patch) | |
| tree | 5d750d974dc947163dc4cb37a0c9bbac9266a207 /samples/05_mouse/03_mouse_move_paint_app/app/main.rb | |
| parent | 1404fd05a99cf745c33a4316b9d5e1562083c3ae (diff) | |
| download | dragonruby-game-toolkit-contrib-d5115606c96b0fe0affd72e6e0b72edce7e51042.tar.gz dragonruby-game-toolkit-contrib-d5115606c96b0fe0affd72e6e0b72edce7e51042.zip | |
Typo fixes
Diffstat (limited to 'samples/05_mouse/03_mouse_move_paint_app/app/main.rb')
| -rw-r--r-- | samples/05_mouse/03_mouse_move_paint_app/app/main.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/05_mouse/03_mouse_move_paint_app/app/main.rb b/samples/05_mouse/03_mouse_move_paint_app/app/main.rb index b177fd6..be983a8 100644 --- a/samples/05_mouse/03_mouse_move_paint_app/app/main.rb +++ b/samples/05_mouse/03_mouse_move_paint_app/app/main.rb @@ -40,7 +40,7 @@ =end # This sample app shows an empty grid that the user can paint on. -# To paint, the user must keep their mouse presssed and drag it around the grid. +# To paint, the user must keep their mouse pressed and drag it around the grid. # The "clear" button allows users to clear the grid so they can start over. class PaintApp |
