diff --git a/src/display/api.js b/src/display/api.js index b62b502e6..6de590441 100644 --- a/src/display/api.js +++ b/src/display/api.js @@ -967,8 +967,9 @@ class PDFDocumentProxy { } /** - * @returns {Promise} A promise that is resolved with a - * {Uint8Array} containing the full data of the saved document. + * @returns {Promise>} A promise that is + * resolved with a {Uint8Array} containing the + * full data of the saved document. */ saveDocument() { return this._transport.saveDocument();