Skip to content

Commit 395b621

Browse files
committed
cleaning
1 parent 11652eb commit 395b621

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

0 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/recipes/inDevelopment/HolidayCard.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class HolidayCard
44
{
55
//**needs to be translated from the SmallBasic
66
// Holiday Recipe - Enjoy!
7-
// Set the background to the color of Snow
7+
// Set the background to the color to Snow
88
//
99
// Make the tortoise move as fast as possible
1010
//
@@ -30,9 +30,9 @@ public class HolidayCard
3030
//
3131
// Set the font to be 48pt
3232
//
33-
// Set the color of the font to red
33+
// Set the font color to red
3434
//
35-
// Write "Happy Holidays" on the screen at position 150, 150
35+
// Write the text "Happy Holidays" on the screen at position 150, 150
3636
//
3737
// ------------- End of DrawMerryChristmas recipe
3838
//
@@ -67,7 +67,7 @@ public class HolidayCard
6767
//
6868
// Hide the tortoise
6969
//
70-
// Turn the tortoise to the left (90 degrees)
70+
// Turn the tortoise 90 degrees to the left
7171
//
7272
// Move the tortoise half of the current length
7373
//

0 commit comments

Comments
 (0)