Merge pull request #1233 from carnesen/typo

Typo "formated"
This commit is contained in:
Braydon Fuller 2015-05-13 18:59:31 -04:00
commit 0dbd9db0ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 '<Block ' + this.id + '>';