Skip to content

Commit fad7396

Browse files
committed
updated comments in ConnectTheDots
1 parent 4609b4e commit fad7396

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/teachingkidsprogramming/recipes/completed/section08events/ConnectTheDots.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public ConnectTheDots()
1818
{
1919
setUpTheWindow();
2020
prepareColorPalette();
21-
// NOTE for teachers: Using the Tortoise object here as we are having the Tortoise draw a line (trail) for this recipe
21+
// NOTE for teachers: Using the Tortoise object here
22+
// as we are having the Tortoise draw a line (trail) for this recipe
2223
// Listen for left clicks on the window for the tortoise
2324
Tortoise.getBackgroundWindow().addMouseLeftClickListener(this);
2425
// Listen for right clicks on the window for the tortoise

0 commit comments

Comments
 (0)