Use opposite instead of inverse to describe _.propertyOf. [ci skip]

This commit is contained in:
jdalton
2015-03-17 16:49:30 -07:00
parent 3590a06f40
commit bfb08ce003

View File

@@ -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`. * the property value of a given key on `object`.
* *
* @static * @static