Built motion from commit 99feb03.|0.0.140
[motion.git] / public / bower_components / lodash / lib / fp / template / modules / convert.jst
index 4795dc4..a1d266f 100644 (file)
@@ -3,8 +3,7 @@ var baseConvert = require('./_baseConvert'),
 
 /**
  * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last
- * version with conversion `options` applied. If `name` is an object its methods
- * will be converted.
+ * version. 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.