Skip to content

Commit 7105c1e

Browse files
danielhjacobsrelrelb
authored andcommitted
web: Clarify uncompressed length is in bytes in metadata
1 parent ce95f01 commit 7105c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/packages/core/src/movie-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface MovieMetadata {
3939
readonly isActionScript3: boolean;
4040

4141
/**
42-
* Uncompressed length
42+
* Uncompressed length in bytes.
4343
*/
4444
readonly uncompressedLength: number;
4545
}

0 commit comments

Comments
 (0)