Cleanup tag order.

This commit is contained in:
John-David Dalton
2017-01-16 23:55:06 -08:00
parent 401016d260
commit be6a50b0ed
13 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ import hasPath from './.internal/hasPath.js';
* @param {Object} object The object to query.
* @param {Array|string} path The path to check.
* @returns {boolean} Returns `true` if `path` exists, else `false`.
* @see has, set, get, unset
* @see has, get, set, unset
* @example
*
* const object = create({ 'a': create({ 'b': 2 }) });