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); * } * ```