diff --git a/fact.clj b/fact.clj index 63278b2..fd3669e 100644 --- a/fact.clj +++ b/fact.clj @@ -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))))