mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-05-05 10:23:27 -04:00
Clean-up utility module / tests
This commit is contained in:
parent
b164232b3f
commit
f95001ffec
2 changed files with 20 additions and 1 deletions
lib
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
class Utility {
|
||||
/**
|
||||
* Tallys term frequency from an array of strings.
|
||||
* Tallies term frequency from an array of strings.
|
||||
* @param {array} input Array of strings
|
||||
* @return {object} Frequency information
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue