From: Feross Aboukhadijeh Date: Thu, 10 Apr 2014 05:15:41 +0000 (-0700) Subject: kill nbsp X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=6973509ca7dc048d1b63a1ef2e8dea00cbe75adc;p=buffer.git kill nbsp --- diff --git a/README.md b/README.md index af54df9..d6fd8b8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ When you `require('buffer')` or use the `Buffer` global in [browserify](http://github.com/substack/node-browserify), this module will automatically load. -The goal is to provide a Buffer API that is 100% identical to node's Buffer API. Read +The goal is to provide a Buffer API that is 100% identical to node's Buffer API. Read the [official node.js docs](http://nodejs.org/api/buffer.html) for a full list of supported methods. diff --git a/test/basic.js b/test/basic.js index 5a1b7ba..67e4c07 100644 --- a/test/basic.js +++ b/test/basic.js @@ -145,7 +145,7 @@ test('buffer toJSON()', function (t) { t.end() }) -test('buffer copy example', function (t) { +test('buffer copy example', function (t) { var buf1 = new B(26) var buf2 = new B(26)