From c855fd4e4e5583d5735c73235afebb22e36b9b1d Mon Sep 17 00:00:00 2001 From: Bart Butler Date: Tue, 13 Feb 2018 10:58:55 -0800 Subject: [PATCH] Update message.js doc fix --- src/message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message.js b/src/message.js index c392fddd..dfd60da3 100644 --- a/src/message.js +++ b/src/message.js @@ -454,7 +454,7 @@ Message.prototype.sign = async function(privateKeys=[], signature=null) { /** * Compresses the message (the literal and -if signed- signature data packets of the message) * @param {module:enums.compression} compression compression algorithm to be used - * @return {module:message~Message} new message with signed content + * @return {module:message~Message} new message with compressed content */ Message.prototype.compress = function(compression) { if (compression === enums.compression.uncompressed) {