fix documentation update from 1949ccb01a

This commit is contained in:
zefie
2021-08-08 16:45:33 -04:00
parent 9deb84b9d2
commit 5e8aebd621

View File

@@ -445,9 +445,9 @@ class WTVLzpf {
} }
/** /**
* Compress data using WebTV's Lzpf compression algorithm and adds the footer to the end. * Converts the data to a Javascript Buffer object
* *
* @param data {String|Buffer|CryptoJS.lib.WordArray} data to convert * @param data {String|Buffer|CryptoJS.lib.WordArray} Data to convert
* *
* @returns {Buffer} Javascript Buffer object * @returns {Buffer} Javascript Buffer object
*/ */