GIF (minor): fix incorrect comment referencing PNG

This commit is contained in:
Evan Hahn 2023-08-16 10:34:09 -05:00
parent c1d522f08f
commit c61a57ffbf
1 changed files with 1 additions and 1 deletions

View File

@ -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[]} */