We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97926e4 commit ba85e69Copy full SHA for ba85e69
1 file changed
content/examples/Topics/Advanced Data/HashMapClass/HashMapClass.pde
@@ -27,8 +27,8 @@ void setup() {
27
28
// Load file and chop it up
29
String[] lines = loadStrings("dracula.txt");
30
- String allText = join(lines," ");
31
- tokens = splitTokens(allText," ,.?!:;[]-");
+ String allText = join(lines, " ");
+ tokens = splitTokens(allText, " ,.?!:;[]-");
32
f = createFont("Georgia", 36, true);
33
}
34
0 commit comments