Skip to content

Commit

Permalink
style: fix doc block comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Dec 3, 2018
1 parent e514f7f commit 25b6729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import empty from './empty';
* @version 1.0.0
*
* @param {object} object The object to clone
*
*
* @returns {object} The cloned object
*/
function clone(object) {
Expand Down

0 comments on commit 25b6729

Please # to comment.