From ec2d726e49f96dcb05398510a6d59ae4c7b64cfc Mon Sep 17 00:00:00 2001 From: Chris Arnesen Date: Wed, 13 May 2015 15:48:23 -0700 Subject: [PATCH] typo "formated" --- lib/block/block.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/block/block.js b/lib/block/block.js index eb3246e..479778c 100644 --- a/lib/block/block.js +++ b/lib/block/block.js @@ -293,7 +293,7 @@ Object.defineProperty(Block.prototype, 'id', idProperty); Object.defineProperty(Block.prototype, 'hash', idProperty); /** - * @returns {string} - A string formated for the console + * @returns {string} - A string formatted for the console */ Block.prototype.inspect = function inspect() { return '';