1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-04 10:09:16 +02:00

Update file comments in decompress-internal.js

This commit is contained in:
Jeff Schiller 2021-12-29 20:19:28 -08:00
parent 3d9bf2ae72
commit 96ba25aef7

View file

@ -1,8 +1,8 @@
/** /**
* archive-internal.js * decompress-internal.js
* *
* Provides base functionality for unarchiving, extracted here as an internal * Provides base functionality for unarchiving, extracted here as an internal
* module for unit testing. Import archive.js instead. * module for unit testing. Import decompress.js instead.
* *
* Licensed under the MIT License * Licensed under the MIT License
* *