Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jun 11, 2024
1 parent d7360d9 commit dd14db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExifTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ export class ExifTool {
*
* @param {string} inputFile the path to the problematic image
* @param {string} outputFile the path to write the repaired image
* @param {boolean} allowMakerNoteRepair if there are problems with MakerNote
* @param {boolean} opts.allowMakerNoteRepair if there are problems with MakerNote
* tags, allow ExifTool to apply heuristics to recover corrupt tags. See
* exiftool's `-F` flag.
* @return {Promise<void>} resolved when outputFile has been written.
Expand Down

0 comments on commit dd14db3

Please sign in to comment.