Skip to content

Commit ba85e69

Browse files
committed
1 parent 97926e4 commit ba85e69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ void setup() {
2727

2828
// Load file and chop it up
2929
String[] lines = loadStrings("dracula.txt");
30-
String allText = join(lines," ");
31-
tokens = splitTokens(allText," ,.?!:;[]-");
30+
String allText = join(lines, " ");
31+
tokens = splitTokens(allText, " ,.?!:;[]-");
3232
f = createFont("Georgia", 36, true);
3333
}
3434

0 commit comments

Comments
 (0)