We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70eb13f commit 6f2d497Copy full SHA for 6f2d497
1 file changed
src/mpeg4/mpeg4BoxType.ts
@@ -114,7 +114,7 @@ export default class Mpeg4BoxType {
114
public static readonly UDTA = this.getType("udta");
115
/**
116
* Alias URL box?
117
- * @remarks Specified in FFMPEG source but no in Exiftool.
+ * @remarks Specified in FFMPEG source but not in Exiftool.
118
*/
119
public static readonly URL = this.getType("©url");
120
/** ISO user extension box */
0 commit comments