From 6973509ca7dc048d1b63a1ef2e8dea00cbe75adc Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 9 Apr 2014 22:15:41 -0700 Subject: [PATCH] kill nbsp --- README.md | 2 +- test/basic.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1