]> zoso.dev Git - buffer.git/commitdiff
kill nbsp
authorFeross Aboukhadijeh <feross@feross.org>
Thu, 10 Apr 2014 05:15:41 +0000 (22:15 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Thu, 10 Apr 2014 05:15:41 +0000 (22:15 -0700)
README.md
test/basic.js

index af54df9e46b65a8379ef7ef88169af77ac811df5..d6fd8b832813f217dbabe3fed7b6bd152248fb5d 100644 (file)
--- 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.
 
index 5a1b7bad6501275da26950b8263b27123adb0cdb..67e4c07a4e19aba818d008737384248acea1fe76 100644 (file)
@@ -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)