Browse Source

Fixed typo.

Eugene Lazutkin 3 năm trước cách đây
mục cha
commit
521f5525d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/AsStream.js

+ 1 - 1
src/AsStream.js

@@ -141,7 +141,7 @@ class AsStream extends Duplex {
   }
 }
 
-AsStream.stream = AsStream.make;
+AsStream.asStream = AsStream.make;
 AsStream.make.Constructor = AsStream;
 
 module.exports = AsStream;