From e98acdd9179c4c183298664d932a681e4b400428 Mon Sep 17 00:00:00 2001 From: Michael Mclaughlin Date: Tue, 25 Nov 2014 22:37:41 +0000 Subject: [PATCH] Minor clean-up --- doc/API.html | 4 ++-- test/ceil.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/API.html b/doc/API.html index 8643d7f..7d6667f 100644 --- a/doc/API.html +++ b/doc/API.html @@ -210,8 +210,8 @@ code,pre{font-family:Monaco,Consolas,"Lucida Console",monospace; represent values from 10 to 35. For bases above 36, a-z represents values from 10 to 35, A-Z from 36 to 61, and $ and _ represent 62 and 63 respectively - (this can be changed by ediiting the DIGITS variable near the top of the - source file). + (this can be changed by editing the DIGITS variable near + the top of the source file).
diff --git a/test/ceil.js b/test/ceil.js index 8ecbeb7..53f69b9 100644 --- a/test/ceil.js +++ b/test/ceil.js @@ -203,6 +203,6 @@ var count = (function ceil(BigNumber) { // ------------------------------------------------------------------ v8 end log('\n ' + passed + ' of ' + total + ' tests passed in ' + (+new Date() - start) + ' ms \n'); - return [passed, total];; + return [passed, total]; })(this.BigNumber); if (typeof module !== 'undefined' && module.exports) module.exports = count; \ No newline at end of file