diff --git a/public/gif/parseGif.js b/public/gif/parseGif.js index d707524..759eaed 100644 --- a/public/gif/parseGif.js +++ b/public/gif/parseGif.js @@ -5,7 +5,7 @@ import { GifNodeType } from "./constants.js"; /** * @param {Uint8Array} bytes - * @returns {null | GifNode} The root node of the PNG tree, or null if the PNG is invalid. + * @returns {null | GifNode} The root node of the GIF tree, or null if the GIF is invalid. */ export default (bytes) => { /** @type {GifNode[]} */