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