mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
Typo fix (#225)
This commit is contained in:
parent
6f40f480e5
commit
b967322bef
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ Inflate.prototype.onEnd = function (status) {
|
|||
*
|
||||
* try {
|
||||
* output = pako.inflate(input);
|
||||
* } catch (err)
|
||||
* } catch (err) {
|
||||
* console.log(err);
|
||||
* }
|
||||
* ```
|
||||
|
|
Loading…
Add table
Reference in a new issue