More tag cleanup.

This commit is contained in:
John-David Dalton
2017-01-17 23:55:31 -08:00
parent be6a50b0ed
commit 73df84c0b4
8 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ import baseUnset from './.internal/baseUnset.js';
* @param {Object} object The object to modify.
* @param {Array|string} path The path of the property to unset.
* @returns {boolean} Returns `true` if the property is deleted, else `false`.
* @see has, set, get
* @see get, has, set
* @example
*
* const object = { 'a': [{ 'b': { 'c': 7 } }] };