GIF (minor): fix incorrect comment referencing PNG
This commit is contained in:
parent
c1d522f08f
commit
c61a57ffbf
|
@ -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[]} */
|
||||
|
|
Loading…
Reference in New Issue