]> zoso.dev Git - buffer.git/commitdiff
fix comment
authorFeross Aboukhadijeh <feross@feross.org>
Wed, 27 Jan 2016 14:30:08 +0000 (15:30 +0100)
committerFeross Aboukhadijeh <feross@feross.org>
Wed, 27 Jan 2016 14:35:58 +0000 (15:35 +0100)
index.js

index 15d7c50f8e30de4f0eb8b2fc7afa57440a466ce6..bbb2eff55d8eb3dc3fdf073a98584635dd47f454 100644 (file)
--- a/index.js
+++ b/index.js
@@ -413,8 +413,8 @@ function slowToString (encoding, start, end) {
   }
 }
 
-// Even though this property is private, it shouldn't be removed because it is
-// used by `is-buffer` to detect buffer instances in Safari 5-7.
+// The property is used by `Buffer.isBuffer` and `is-buffer` (in Safari 5-7) to detect
+// Buffer instances.
 Buffer.prototype._isBuffer = true
 
 Buffer.prototype.toString = function toString () {