From b967322befc5cc9ca05e6a91a2c24f7b9fdb3292 Mon Sep 17 00:00:00 2001 From: oldshensheep <29306733+oldshensheep@users.noreply.github.com> Date: Mon, 3 May 2021 16:07:47 +0800 Subject: [PATCH] Typo fix (#225) --- lib/inflate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inflate.js b/lib/inflate.js index 9927f7b..d95bf14 100644 --- a/lib/inflate.js +++ b/lib/inflate.js @@ -370,7 +370,7 @@ Inflate.prototype.onEnd = function (status) { * * try { * output = pako.inflate(input); - * } catch (err) + * } catch (err) { * console.log(err); * } * ```