Description
In RandomTextWriter.java, there is a typo.
/** * A random list of 100 words from /usr/share/dict/words */ private static String[] words = { "diurnalness", "Homoiousian",
The list actually contains 1000 words.
In RandomTextWriter.java, there is a typo.
/** * A random list of 100 words from /usr/share/dict/words */ private static String[] words = { "diurnalness", "Homoiousian",
The list actually contains 1000 words.