mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-04 10:50:59 +01:00
Merge pull request #66 from xmikus01/patch-1
Fix typo s/alrorythm/algorithm/
This commit is contained in:
commit
0281467179
3 changed files with 3 additions and 3 deletions
2
dist/pako.js
vendored
2
dist/pako.js
vendored
|
@ -301,7 +301,7 @@ Deflate.prototype.onEnd = function(status) {
|
|||
* - data (Uint8Array|Array|String): input data to compress.
|
||||
* - options (Object): zlib deflate options.
|
||||
*
|
||||
* Compress `data` with deflate alrorythm and `options`.
|
||||
* Compress `data` with deflate algorithm and `options`.
|
||||
*
|
||||
* Supported options are:
|
||||
*
|
||||
|
|
2
dist/pako_deflate.js
vendored
2
dist/pako_deflate.js
vendored
|
@ -3683,7 +3683,7 @@ Deflate.prototype.onEnd = function(status) {
|
|||
* - data (Uint8Array|Array|String): input data to compress.
|
||||
* - options (Object): zlib deflate options.
|
||||
*
|
||||
* Compress `data` with deflate alrorythm and `options`.
|
||||
* Compress `data` with deflate algorithm and `options`.
|
||||
*
|
||||
* Supported options are:
|
||||
*
|
||||
|
|
|
@ -300,7 +300,7 @@ Deflate.prototype.onEnd = function(status) {
|
|||
* - data (Uint8Array|Array|String): input data to compress.
|
||||
* - options (Object): zlib deflate options.
|
||||
*
|
||||
* Compress `data` with deflate alrorythm and `options`.
|
||||
* Compress `data` with deflate algorithm and `options`.
|
||||
*
|
||||
* Supported options are:
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue