diff options
Diffstat (limited to 'chrome/browser/resources/pdf/pdf_scripting_api.js')
-rw-r--r-- | chrome/browser/resources/pdf/pdf_scripting_api.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/pdf/pdf_scripting_api.js b/chrome/browser/resources/pdf/pdf_scripting_api.js index c0b06d1..84b94b1 100644 --- a/chrome/browser/resources/pdf/pdf_scripting_api.js +++ b/chrome/browser/resources/pdf/pdf_scripting_api.js @@ -151,7 +151,7 @@ PDFScriptingAPI.prototype = { * Resets the PDF viewer into print preview mode. * @param {string} url the url of the PDF to load. * @param {boolean} grayscale whether or not to display the PDF in grayscale. - * @param {Array.<number>} pageNumbers an array of the page numbers. + * @param {Array<number>} pageNumbers an array of the page numbers. * @param {boolean} modifiable whether or not the document is modifiable. */ resetPrintPreviewMode: function(url, grayscale, pageNumbers, modifiable) { |