Skip to content

Commit

Permalink
Changed stubfn doc 'lists' to 'vectors'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim committed Nov 23, 2008
1 parent 0223bea commit d6126fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fact.clj
Expand Up @@ -73,7 +73,7 @@
:values ~(vec values))))))

(defn stubfn
"Given a map of argument lists and return values, construct a function to
"Given a map of argument vectors and return values, construct a function to
return the value associated with the key of arguments."
[result-map]
(fn [& args] (result-map (vec args))))
Expand Down

0 comments on commit d6126fc

Please sign in to comment.