Skip to content

Commit 6c728fc

Browse files
committed
working on TortoiseMaze w/ @samanthalangit
1 parent 1b73338 commit 6c728fc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

0 Bytes
Binary file not shown.

TeachingKidsProgramming/src/org/teachingkidsprogramming/section06modelviewcontroller/OneFishTwoFish.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private static void tellAStory(final String input)
2222
// Use 'fish' as the base text w/your scanner [story] HINT: useDelimeter --#5
2323
// Get the next number to use in your scanner [story] HINT: nextInt --#7
2424
// Get the next value to use in your scanner [story] HINT: next --#9
25-
// Iterate over each fish [string] HINT: Interable --#10
25+
// Iterate over each fish [string] HINT: Iterable --#10
2626
// Create a new string iterator --#11
2727
// Create a new scanner for your input --#12
2828
// Use a comma to separate the strings in your story HINT: useDelimeter --#13

0 commit comments

Comments
 (0)