Built motion from commit 54a160d.|0.0.140
[motion.git] / public / bower_components / lodash / lib / fp / template / modules / convert.jst
index a1d266f..4795dc4 100644 (file)
@@ -3,7 +3,8 @@ var baseConvert = require('./_baseConvert'),
 
 /**
  * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last
- * version. If `name` is an object its methods will be converted.
+ * version with conversion `options` applied. If `name` is an object its methods
+ * will be converted.
  *
  * @param {string} name The name of the function to wrap.
  * @param {Function} [func] The function to wrap.