From: Yury Delendik Date: Mon, 16 Apr 2012 20:28:34 +0000 (-0500) Subject: Fixes comment X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0380d408e09f2c00489a8f309b732320e50f2b36;p=pdf.js.git Fixes comment --- diff --git a/src/api.js b/src/api.js index 1dfafb9..633b1d4 100644 --- a/src/api.js +++ b/src/api.js @@ -345,7 +345,7 @@ var PDFPageProxy = (function PDFPageProxyClosure() { return promise; }, /** - * Destroys allocated by page resources. + * Destroys resources allocated by the page. */ destroy: function() { this.destroyed = true;