Skip to content

Commit 7d45684

Browse files
committed
Update description
1 parent e005dae commit 7d45684

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/deep-has-property

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/deep-has-property/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var deepHasProp = require( '@stdlib/assert/deep-has-property' );
1212

1313
#### deepHasProp( value, path\[, options] )
1414

15-
Returns a `boolean` indicating if a `value` has a specified `path`.
15+
Returns a `boolean` indicating if a `value` has a specified `path`, either own or inherited.
1616

1717
<!-- eslint-disable object-curly-newline, object-curly-spacing -->
1818

0 commit comments

Comments
 (0)