From bfb08ce003150786435ec22ba828d5e95ec2fc18 Mon Sep 17 00:00:00 2001 From: jdalton Date: Tue, 17 Mar 2015 16:49:30 -0700 Subject: [PATCH] Use `opposite` instead of `inverse` to describe `_.propertyOf`. [ci skip] --- lodash.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index a33679f6f..e8b4db648 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -11143,7 +11143,7 @@ } /** - * The inverse of `_.property`; this method creates a function which returns + * The opposite of `_.property`; this method creates a function which returns * the property value of a given key on `object`. * * @static