File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ If the archive is gzipped, then tar will detect this and unzip it.
525
525
If the ` file ` option is _ not_ provided, then returns an event emitter that
526
526
emits ` entry ` events with ` tar.ReadEntry ` objects. However, they don't
527
527
emit ` 'data' ` or ` 'end' ` events. (If you want to get actual readable
528
- entries, use the ` tar.Parse ` class instead.)
528
+ entries, use the ` tar.Parser ` class instead.)
529
529
530
530
If a ` file ` option _ is_ provided, then the return value will be a promise
531
531
that resolves when the file has been fully traversed in async mode, or
@@ -842,7 +842,7 @@ option will cause undefined behavior in sync unpack streams.
842
842
[ MiniPass] ( http://npm.im/minipass ) -based streams are designed for this
843
843
use case.
844
844
845
- ### class tar.Parse
845
+ ### class tar.Parser
846
846
847
847
A writable stream that parses a tar archive stream. All the standard
848
848
writable stream stuff is supported.
You can’t perform that action at this time.
0 commit comments