Skip to content

Commit b69ba8a

Browse files
committed
quick comment fix for CountingStrings
1 parent fe6d802 commit b69ba8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

java/examples/Topics/Advanced Data/CountingStrings/CountingStrings.pde

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
* CountingString example
33
* by Daniel Shiffman.
44
*
5-
* This example demonstrates how to use a StringHash to store
5+
* This example demonstrates how to use a IntHash to store
66
* a number associated with a String. Java HashMaps can also
7-
* be used for this, however, this example uses the simple StringHash
8-
* class offered by Processing's data package.
9-
7+
* be used for this, however, this example uses the IntHash
8+
* class offered by Processing's data package for simplicity
9+
* and added functionality.
1010
*/
1111

1212
// The next line is needed if running in JavaScript Mode with Processing.js

0 commit comments

Comments
 (0)