summaryrefslogtreecommitdiff
path: root/lib/scoring/README.md
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-29 16:11:57 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-29 16:11:57 -0400
commiteed512268e4e0a0b7c5f9dddd6e36773fbee6bad (patch)
treed806a402c3379e9fd1357d2e72620d10c9c1f4f1 /lib/scoring/README.md
parent577f203243b1ac914a3ee3f4635005be06d637c6 (diff)
scoring accepts matches
Diffstat (limited to 'lib/scoring/README.md')
-rw-r--r--lib/scoring/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scoring/README.md b/lib/scoring/README.md
index dce71d0..efdc3cc 100644
--- a/lib/scoring/README.md
+++ b/lib/scoring/README.md
@@ -4,7 +4,7 @@ Scoring interface
Files in this directory should be _modules_ implementing the following
interface:
- - `stats_needed(Match) => Array[]=Symbol`
+ - `stats_needed(Match) => Array[]=String`
Returns which statistics need to be collected for this scoring
algorithm.