Skip to content

Commit 9a9fc97

Browse files
committed
small refactoring for TKPLogo recipe w/ @samanthalangit
1 parent f5c34aa commit 9a9fc97

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
144 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/section01forloops/Spiral.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public static void main(String[] args)
88
{
99
// Show the tortoise --#1
1010
// Make the tortoise go as fast as possible --#4
11-
// Add Blue Violet to the Color Wheel --#7 HINT: Use the TKPLogo object
11+
// Add Blue Violet to the Color Wheel --#7 HINT: Use the ColorWheel object
1212
// Add Violet to the Color Wheel --#8
1313
// Add Purple to the Color Wheel --#9
1414
// Do the following 75 times --#3.1

0 commit comments

Comments
 (0)